<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8"; /* Star 共享区 */
@font-face {
    font-family: 'Impact';
    src: url('/fonts/Impact.eot');
    src: url('/fonts/Impact.eot?#iefix') format('embedded-opentype'), url('/fonts/Impact.woff') format('woff'), url('/fonts/Impact.ttf') format('truetype'), url('/fonts/Impact.svg#SingleMaltaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.65rem;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar';
    color: #111;
    position: relative;
    z-index: 10;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

.pcShow, .noShow {
    display: none !important;
}

.bodyBj {
    background: url(/template/images/bodyBj.jpg);
    background-size: 6rem auto;
}

/* 阴影 */
.shadow_1 {
    -moz-box-shadow: 1px 3px 8px #888;
    -webkit-box-shadow: 1px 3px 8px #888;
    box-shadow: 1px 3px 8px #888;
}

.shadow2 {
    -moz-box-shadow: 1px 0px 10px #666;
    -webkit-box-shadow: 1px 0px 10px #666;
    box-shadow: 1px 0px 10px #666;
}

.shadow3 {
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 2px 3px #ddd;
}

.shadow4 {
    -moz-box-shadow: 1px 14px 12px #0e4b61;
    -webkit-box-shadow: 1px 14px 12px #0e4b61;
    box-shadow: 1px 14px 12px #0e4b61;
}

.shadow5 {
    -moz-box-shadow: 1px 1px 3px #aaa;
    -webkit-box-shadow: 1px 1px 3px #aaa;
    box-shadow: 1px 1px 3px #aaa;
}

/*文字描边*/
.shadow_font {
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

/*文字阴影*/
.shadowTxt {
    text-shadow: 1px 1px 2px #555;
}

/*文字渐变*/
.jianBian {
    color: #d20101;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(#a70303));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

td {
    word-wrap: break-word;
    white-space: normal;
}

a {
    text-decoration: none;
    color: #333;
}

.txt_yy {
    text-shadow: 1px 1px 2px #000;
}

input, textarea {
    font-family: "Microsoft YaHei","Noto Sans Myanmar";
    outline: none;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.show_db {
    display: block;
}

.noInfor {
    line-height: 200%;
    text-align: center;
}

/*渐变背景*/
.grad {
    background: #f1f1f1;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #fdfdfd, #f1f1f1);
    /* Standard syntax */
}

/*
img {
	border:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
*/
ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.inline_width {
    display: inline-block;
    width: 100%;
}

.title_center {
    text-align: center;
}

.inline {
    display: inline-block;
}

.left, .sub_left, .s_left {
    /* float: left; */
}

.right, .sub_right, .s_right {
    /* float: right; */
}

.no_mp {
    margin: 0;
    padding: 0;
}

/*Star 单行省略*/
.shenglve {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Star 多行省略*/
.sl_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 行数 */
    -webkit-box-orient: vertical;
}

/*===== 页码 =====*/
.pageNumber {
    font-size: 0.7rem;
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
    text-align: center;
}

.pageNumber a, .pageNumber span {
    color: #333;
    padding: 0.25rem 0.5rem;
    display: inline-block;
    border-radius: 0.3rem;
}

.pageNumber span {
    border: 0.05rem solid #ddd;
}

.pageNumber a {
    border: 1px solid #ccc;
    display: inline-block;
}

.pageNumber span.current_page,.pageNumber a:hover {
    border-radius: 0.3rem;
    border: 0.05rem solid #005037;
    display: inline-block;
    color: #fff;
    background: #005037;
    padding: 0.25rem 0.5rem;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

.search input[type="text"] {
    width: 100%;
    max-width: 83%;
    line-height: 1.8rem;
    min-height: 1.8rem;
    color: #888888;
    margin: 0;
    background: none;
    float: right;
    padding-right: 3%;
}

.search input[type="text"]::-webkit-input-placeholder {
    color: #bbb;
}

.search input[type="text"]:-moz-placeholder {
    color: #bbb;
}

.search input[type="text"]::-moz-placeholder {
    color: #bbb;
}

.search input[type="text"]:-ms-input-placeholder {
    color: #bbb;
}

.search input[type="button"] {
    width: 100%;
    max-width: 13%;
    cursor: pointer;
    color: #fff;
    border: 0;
    min-height: 1.8rem;
    line-height: 1.8rem;
    background: url(/template/images/search_bt.png) no-repeat center;
    background-size: 1rem;
}

.in_banner {
    min-height: 8rem;
    /*	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
    display: none;
}

.banner_about {
    background: url("/template/images/banner_about.jpg") no-repeat center bottom;
}

.banner_fbSure {
    background: url("/template/images/banner_fbSure.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_down {
    background: url("/template/images/banner_down.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_case {
    background: url("/template/images/banner_case.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_contact {
    background: url("/template/images/banner_contact.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_services {
    background: url("/template/images/banner_services.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_sitemap {
    background: url("/template/images/banner_sitemap.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro1 {
    background: url("/template/images/banner_pro1.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro2 {
    background: url("/template/images/banner_pro2.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro3 {
    background: url("/template/images/banner_pro3.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro {
    background: url("/template/images/banner_pro.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_new {
    background: url("/template/images/banner_new.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_fangAn {
    background: url("/template/images/banner_fangAn.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_oem {
    background: url("/template/images/banner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_dingzhi {
    background: url("/template/images/banner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

/* End  共享区 */
.tb {
    display: table;
    width: 100%;
}

.tb .row {
    display: table-row;
}

.tb .td {
    display: table-cell;
}

.noPro {
    padding: 0.5rem;
    font-weight: bold;
    line-height: 200%;
}

.noPro .line_1 {
    padding-bottom: 1rem;
}

.noPro .line_2 {
    color: #135c4a;
}

/*回到顶部*/
.floating_ck {
    position: fixed;
    bottom: 3.8rem;
    right: 0;
    width: 3rem;
    height: 3.5rem;
    background: url(/template/images/goTop.png) no-repeat center;
    background-size: auto 100%;
    z-index: 1000;
}

.floating_ck .return {
}

.floating_ck .return span {
    display: block;
    width: 3rem;
    height: 3.5rem;
    text-indent: -99999px;
}

/* Begin 改动内容 */
/* Star foot fast */
.friendLink a {
    color: #ccc;
}

.txt_jianBian {
    position: relative;
    color: #006f77;
}

.txt_jianBian:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #28b9c3;
    -webkit-mask: linear-gradient(to bottom, #006f77, transparent );
}

/* Star daoHang */
.left_new .content .bigNav a {
    text-indent: 1.3em;
    color: #333;
    text-align: center;
    text-indent: 0;
    background: none;
}

.left_new .content .bigNav a:hover {
    color: #0c70bb;
}

.left_new .content li.last a {
    width: 80%;
}

/* Star daoHang */
.aboutShareNav {
}

.aboutShareNav .dl_2 {
}

.aboutShareNav dd {
    float: left;
    text-align: center;
    width: 100%;
    max-width: 50%;
    margin-bottom: 0.8rem;
}

.aboutShareNav dd:nth-child(5) {
    margin-right: 0;
}

.aboutShareNav a {
    display: block;
    font-size: 0.8rem;
    line-height: 120%;
    padding-top: 3.1rem;
    border-bottom: 0.1rem solid #fff;
    padding-bottom: 0.3rem;
}

.t_search {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 3.2rem;
    z-index: 18;
    right: 0;
    width: 100%;
    max-width: 86%;
}

.t_search .t_searchUL {
    max-width: 98%;
    border: 1px solid #ddd;
    border-radius: 10rem;
    overflow: hidden;
    background: #fff;
    -moz-box-shadow: inset 0px -1px 5px #ddd;
    -webkit-box-shadow: inset 0px -1px 5px #ddd;
    box-shadow: inset -3px 1px 5px #ddd;
}

.t_search .t_searchUL .left {
    display: none;
}

.t_search .t_searchUL .left a {
    text-decoration: none;
}

.t_search .t_searchUL .left span {
    color: #ff6000;
    font-weight: bold;
}

.t_search .t_searchUL .right {
}

.newShareList .L2_UL:hover {
    border: 1px solid #a9d3ff;
    -moz-box-shadow: 1px 1px 8px #a9d3ff;
    -webkit-box-shadow: 1px 1px 8px #a9d3ff;
    box-shadow: 1px 1px 8px #a9d3ff;
}

.newShareList .L2_UL:hover .sub_right .one a {
    color: #0261c3;
}

.aboutShareNav a .en {
    font-size: 0.45rem;
    color: #888;
    text-transform: uppercase;
}

.aboutShareNav a span {
    display: block;
}

.aboutShareNav dd:nth-child(2) a {
    background: url(/template/images/aboutIco_02.png) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.aboutShareNav dd:nth-child(3) a {
    background: url(/template/images/aboutIco_03.png) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.aboutShareNav dd:nth-child(4) a {
    background: url(/template/images/aboutIco_04.png) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.pageDH a:hover {
    color: #047674;
}

.left_Title .cn {
    font-size: 1.1rem;
    font-weight: bold;
}

.left_Title .en {
    font-size: 0.5rem;
    text-transform: uppercase;
}

.left_Title .box {
    padding: 0.6rem 0;
}

.inBody {
}

.aboutShareNav dd:nth-child(1) a {
    background: url(/template/images/aboutIco_01.png) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.aboutShareNav dd:nth-child(1) a:hover {
    background: url(/template/images/aboutIcoH_01.png) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.aboutShareNav dd:nth-child(2) a:hover {
    background: url(/template/images/aboutIcoH_02.png) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.aboutShareNav dd:nth-child(3) a:hover {
    background: url(/template/images/aboutIcoH_03.png) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.aboutShareNav dd:nth-child(4) a:hover {
    background: url(/template/images/aboutIcoH_04.png) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.aboutShareNav dd:last-child {
    margin-right: 0;
}

.aboutShareNav a .cn {
}

.aboutShareNav a:hover .cn {
    font-weight: bold;
}

.aboutShareNav dd a:hover {
    border-bottom: 0.1rem solid #029593;
}

.about .content .sBox .three {
    text-align: center;
    padding: 0.5rem 0;
    color: #333;
}

.about .content .sBox .three dd {
    border-radius: 5rem;
    border: 0.05rem dashed #0a8583;
    text-align: center;
    padding: 0.3rem 0;
    margin-right: 2.48%;
    line-height: 130%;
    width: 100%;
    max-width: 31%;
    float: left;
}

.about .content .sBox .three dd .s1 {
    font-size: 1rem;
    font-family: Impact;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.8rem;
}

.about .content .sBox .three dd .s2 {
    font-size: 0.5rem;
}

.about .content .sBox .three dd span {
    font-weight: bold;
}

.about .content .sBox .three dd:last-child {
    margin: 0;
}

.about .content .sBox .three dd:nth-child(1) .s1 {
    background: url(/template/images/slIco_01.png) no-repeat center left;
    -webkit-background-size: 0.6rem auto;
    background-size: 0.6rem auto;
}

.about .content .sBox .three dd:nth-child(2) .s1 {
    background: url(/template/images/slIco_02.png) no-repeat center left;
    -webkit-background-size: 0.6rem auto;
    background-size: 0.6rem auto;
}

.about .content .sBox .three dd:nth-child(3) .s1 {
    background: url(/template/images/slIco_03.png) no-repeat center left;
    -webkit-background-size: 0.6rem auto;
    background-size: 0.6rem auto;
}

.noPage .center .txt_2 .sub_left {
    text-indent: 98px;
}

.top {
    position: relative;
}

.t_bigBox {
    width: 100%;
    max-width: 100%;
}

.t_wel {
    display: none;
}

.t_box {
    background: url(/template/images/topBj.jpg) no-repeat center;
    background-size: cover;
    -moz-box-shadow: 1px 1px 3px #aaa;
    -webkit-box-shadow: 1px 1px 3px #aaa;
    box-shadow: 1px 1px 3px #aaa;
    min-height: 5.8rem;
    position: relative;
    /* z-index: 10; */
}

.t_logo {
    padding: 0.5rem 0;
    position: relative;
    z-index: 100;
    border-top: 0.15rem solid #eee;
}

.t_logo .ul_1 {
}

.t_logo .left {
    color: #010101;
    width: 100%;
    max-width: 98%;
    background: url(/wap/images/topBj.png) no-repeat center;
    background-size: cover;
    margin-left: 1%;
}

.t_logo .left h3 {
    float: left;
    width: 33%;
    max-width: 28%;
    padding-left: 1.5%;
    padding-top: 0.05rem;
}

.t_logo .left h3 img {
    width: 100%;
    max-width: 100%;
}

.t_logo .left .txt {
    width: 76%;
    max-width: 55%;
    line-height: 120%;
    font-weight: bold;
    padding-left: 1%;
    padding-top: 0.2rem;
    vertical-align: middle;
    font-size: 0.75rem;
    color: #005037;
}

.t_logo .left .txt .one {
    font-size: 0.8rem;
}

.t_logo .left .txt .two {
}

.t_logo .right {
    display: none;
}

.t_logo .menunavbtn {
    width: 76%;
    max-width: 8.3%;
    padding-right: 2%;
    padding-top: 0.5rem;
    position: absolute;
    left: 2%;
    top: 2.9rem;
}

.t_nav {
    display: none;
    width: 80%;
    max-width: 38%;
    position: absolute;
    left: 0;
    z-index: 300;
    top: 5.2rem;
    background: rgba(255,255,255,0.96);
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc;
    padding: 0 2%;
}

.t_nav .box {
    /* background: #006d6b; */
}

.t_nav a {
    text-decoration: none;
    display: block;
    line-height: 110%;
    font-size: 0.73rem;
    width: 100%;
    max-width: 75%;
    border-bottom: 0.05rem dotted #aaa;
    padding-bottom: 0.25rem;
    padding-left: 25%;
    background: url(/template/images/bot_01.png) no-repeat center left;
    background-size: 0.85rem auto;
    padding-top: 0.6rem;
}

.t_nav a span {
    display: block;
}

.t_nav a .cn {
    font-weight: bold;
    color: #333 !important;
}

.t_nav a .en {
    font-size: 0.37rem;
    text-transform: uppercase;
    color: #333 !important;
}

.t_nav a:nth-child(5) .cn, .t_nav a:nth-child(5) .en {
    color: #333 !important;
}

.t_nav a:hover {
    color: #005037 !important;
}

.t_nav a:hover .cn, .t_nav a:hover .en {
    color: #005037 !important;
}

.t_search .t_searchUL .right span {
    display: none;
}

.videoShow {
    min-height: 10rem !important;
    height: 10rem !important;
    background-size: 23% auto!important;
}

.videoShow img {
    height: 8rem;
}

.videoShow video, .videoShow source, .videoShow object, .videoShow iframe {
    height: 100%;
}

.foot {
    width: 100%;
    max-width: 100%;
}

.bq {
    line-height: 180%;
    font-size: 0.6rem;
    background: #e5eff5;
    color: #fff;
    padding: 0.5rem;
}

.bq a {
    color: #fff !important;
}

.bq span, .bq p {
    color: #fff !important;
    font-size: 0.6rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.bq .right {
    padding-top: 0.3rem;
}

.xgPro {
    padding-top: 1rem;
    width: 100%;
    max-width: 96%;
    margin: 0 2%;
    display: none;
}

.xgPro .dl_6 {
    padding-top: 0.3rem;
}

.xgPro .dl_6 dd {
    float: left;
    width: 100%;
    max-width: 46.8%;
    text-align: center;
    margin: 0;
    margin-right: 1%;
}

.xgPro .dl_6 dd a img {
    display: block;
    padding: 0.2rem 2%;
    width: 100%;
    max-width: 96%;
}

.xgPro .sTitle {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.5rem;
    padding-left: 1.3rem;
    background: url(/template/images/xgIco2.png) no-repeat center left;
    -webkit-background-size: 0.9rem auto;
    background-size: 0.9rem auto;
}

.xgPro .dl_6 dd:nth-child(2) {
    margin-right: 0;
}

.wapTopNav {
    position: relative;
    min-height: 2.5rem;
}

.wapTopNav a {
    float: left;
    text-decoration: none;
    text-align: center;
    color: #000;
    line-height: 120%;
    min-height: 2.5rem;
    background: url(/template/images/navLine.png) no-repeat center right;
    border-radius: 0.2rem;
}

.wapTopNav a span {
    display: block;
}

.wapTopNav a .en {
    color: #666;
    font-size: 0.35rem;
    text-transform: uppercase;
}

.wapTopNav a:nth-child(1) {
    width: 50%;
    max-width: 16%;
}

.wapTopNav a:nth-child(2) {
    width: 50%;
    max-width: 36%;
}

.wapTopNav a:nth-child(3) {
    width: 50%;
    max-width: 23%;
}

.wapTopNav a:nth-child(4) {
    width: 50%;
    max-width: 25%;
    background: none;
}

.wapTopNav a:hover {
    background: url(/template/images/navH.png) no-repeat center top;
    background-size: cover;
}

.wapTopNav a:hover .cn, .wapTopNav a:hover .en {
    color: #fff;
}

.wapTopNav a .cn {
    font-size: 0.7rem;
    font-weight: bold;
    padding-top: 0.5rem;
}

.t_search .t_searchUL .right .sub_left {
    display: none;
}

.t_search .t_searchUL .right .sub_right {
    overflow: hidden;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.shiLi {
    padding: 1rem 0;
}

.shiLi dd {
    float: left;
    width: 50%;





























    max-width: 48%;
    min-height: 1.8rem;
    margin-left: 1.3%;
    text-align: center;
    font-weight: bold;
    font-size: 0.7rem;
    padding-top: 7rem;
    line-height: 1rem;
}

.shiLi dd:nth-child(1) {
    background: url(/template/images/box_01.png) no-repeat center top;
    background-size: 100% auto;
}

.shiLi dd:nth-child(2) {
    background: url(/template/images/box_02.png) no-repeat center top;
    background-size: 100% auto;
}

.shiLi dd:nth-child(3) {
    background: url(/template/images/box_03.png) no-repeat center top;
    background-size: 100% auto;
}

.shiLi dd:nth-child(4) {
    background: url(/template/images/box_04.png) no-repeat center top;
    background-size: 100% auto;
    margin-right: 0;
}

.proType {
    font-size: 0.63rem;
    padding-bottom: 1rem;
}

.proType li {
    width: 33.3%;
    max-width: 32.69%;
    float: left;
    border: 0.05rem solid #eee;
}

.proType li a {
    display: block;
    line-height: 1.3rem;
    padding: 0.3rem 0;
    text-align: center;
    background-size: auto 1rem !important;
    padding-top: 1.6rem;
    background-position-y: 0.5rem !important;
}

.proType .box_1 {
    background: url(/template/images/k_01.png) no-repeat center top;
    background-size: 100% 0.2rem;
}

.proType .box_2 {
    background: url(/template/images/k_01.png) no-repeat top left;
    background-size: 0.2rem 100%;
    background-position-y: 0.2rem;
}

.proType .box_3 {
    background: url(/template/images/k_03.png) no-repeat top right;
    background-size: 0.2rem 100%;
    background-position-y: 0.2rem;
}

.proType .box_4 {
    padding: 0.2rem;
    background: url(/template/images/k_04.png) no-repeat center bottom;
    background-size: 100% 0.2rem;
}

.proType li:last-child a {
    padding: 0;
    line-height: 3.2rem;
    text-transform: uppercase;
}

.youShi {
    padding: 1.3rem 0;
    background: url(/template/images/bj.png) no-repeat center top;
    background-size: cover;
}

.youShi .content {
    padding-top: 1rem;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.youShi .content .lineBox {
    padding-bottom: 1.5rem;
}

.youShi .content .one {
    background: url(/template/images/num_01.png) no-repeat center left;
    background-size: 1.5rem auto !important;
    padding: 0.3rem 0;
    padding-left: 1.9rem;
}

.youShi .content .two {
    font-size: 0.65rem;
    color: #1e1e1e;
    padding: 0.5rem 0;
    line-height: 180%;
    padding-left: 0.3rem;
}

.youShi .content .line_1 .box_1 {
}

.youShi .content .line_2 .box_2 {
    display: grid;
}

.youShi .content .line_2 .box_2 .one {
    background: url(/template/images/num_02.png) no-repeat center left;
}

.youShi .content .line_2 .box_2 .two {
}

.youShi .content .line_2 {
}

.youShi .content .line_3 {
}

.youShi .content .line_3 .box_3 {
}

.youShi .content .line_3 .box_3 .one {
    background: url(/template/images/num_03.png) no-repeat center left;
}

.youShi .content .line_3 .box_3 .two {
}

.youShi .content .line_4 .box_4 {
    display: grid;
}

.youShi .content .line_4 {
}

.youShi .content .line_4 .box_4 .one {
    background: url(/template/images/num_04.png) no-repeat center left;
}

.youShi .content .line_4 .box_4 .two {
}

.youShi .content .line_5 .box_5 .one {
    background: url(/template/images/num_05.png) no-repeat center left;
}

.youShi .content .line_6 .box_6 .one {
    background: url(/template/images/num_06.png) no-repeat center left;
}

.youShi .content .line_6 .box_6 {
    display: grid;
}

.youShi .content .en {
    font-size: 0.38rem;
    color: #333;
    text-transform: uppercase;
    transform-origin: left;
}

.youShi .content .one img {
    vertical-align: middle;
    height: 1rem;
    padding-left: 0.1rem;
}

.youShi .content .cn {
    font-size: 0.8rem;
    padding-bottom: 0.1rem;
    letter-spacing: 0.05rem;
    font-weight: bold;
}

.youShi .content .cn span {

    font-weight: bold;

    color: #005037;
    font-size: 0.9rem;
    margin-left: 0.1rem;
}

.youShi .content .line_2 .box_2 .sub_right {
    order: 1;
}

.youShi .content .line_6 .box_6 .sub_right {
    order: 1;
}

.youShi .content .two dd {
    padding: 0.1rem 0;
    background: url(/template/images/dot2.png) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-y: 0.33rem;
}

.youShi .content .line_3 .sub_left {
}

.youShi .content .line_4 .sub_right {
    order: 1;
}

.youShi .content .line_1 .box_1 .sub_right {
}

.youShi .content .line_1 .box_1 .sub_left {
}

.youShi .content .line_2 .box_2 .sub_left {
    order: 2;
}

.youShi .content .line_6 .box_6 .sub_left {
    order: 2;
}

.youShi .content .lineBox.line_1 {
}

.youShi .content .line_4 .sub_left {
    order: 2;
}

.new, .fast, .f_nav {
    display: none;
}

.f_feedback {
    background: url(/template/images/fb3.jpg) no-repeat center top;
    background-size: auto 100%;
}

.f_feedback .left {
    display: none;
}

.f_feedback .right {
    font-size: 0.6rem;
    color: #1e1e1e;
}

.f_feedback input[type="text"], .f_feedback textarea {
    text-align: left;
    border: 0;
    margin: 0;
    padding: 0.1rem;
    width: 100%;
    max-width: 98%;
    font-size: 0.6rem;
}

.f_feedback input[type="text"] {
    height: 1.8rem;
    line-height: 1.8rem;
    background: none;
}

.f_feedback textarea {
    display: inline-block;
    min-height: 5rem;
    background: url(/template/images/fb_13.png) no-repeat;
    background-size: 0.7rem auto;
    background-position-x: 2.5%;
    background-position-y: 0.38rem;
    padding-top: 0.3rem;
    width: 100%;
    max-width: 98%;
    vertical-align: middle;
}

.f_feedback .bt_1, .f_feedback .bt_2 {
    text-align: center;
    width: 50%;
    max-width: 49%;
    line-height: 1.65rem;
    cursor: pointer;
    color: #fff;
    font-size: 0.65rem;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    height: 1.65rem;
    border: 0;
}

.f_feedback .bt_1 {
    background: url(/template/images/fb_28.png) no-repeat center;
    background-size: 100% 100%;
}

.f_feedback .left .bt {
    text-align: center;
    padding-top: 0.38rem;
    font-size: 0.7rem;
}

.f_feedback .sTitle .one {
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #ccc;
}

.f_feedback .sTitle .two {
    font-size: 0.7rem;
}

.f_feedback .left .three {
    padding-top: 0.5rem;
}

.f_feedback .right .sTitle {
    background: url(/template/images/fb_03.png) no-repeat center left;
    padding-left: 0.5rem;
    background-size: auto 100%;
    color: #fff;
    margin-bottom: 0.8rem;
}

.f_feedback .left .three dd:nth-child(1) {
    background: url(/template/images/fb_17.png) no-repeat center left;
    background-size: 100% 100%;
}

.f_feedback .left .three dd:nth-child(2) {
    background: url(/template/images/fb_17.png) no-repeat center left;
    background-size: 100% 100%;
}

.f_feedback .left .three dd:nth-child(3) {
    background: url(/template/images/fb_24.png) no-repeat center left;
    background-size: 100% 100%;
    min-height: 5rem;
}

.f_feedback .left .three dd {
    min-height: 1.5rem;
    margin-bottom: 0.35rem;
}

.f_feedback .left .three dd:nth-child(2) input {
    background: url(/template/images/fb_05.png) no-repeat center left;
    background-position-x: 0.3rem;
}

.f_feedback .bt_2 {
    background: url(/template/images/fb_29.png) no-repeat center;
    background-size: 100% 100%;
}

.f_feedback .right .three {
    line-height: 1rem;
    padding-bottom: 0.38rem;
}

.f_feedback .right .three dd {
    padding-left: 1.38rem;
    margin-bottom: 0.5rem;
    border-radius: 0.2rem;
}

.f_feedback .right .three dd:nth-child(1) {
    background: url(/template/images/f_01.png) no-repeat center left;
    background-size: 0.68rem auto;
    background-position-x: 0.5rem;
    background-color: #fff;

}

.f_feedback .right .three dd:nth-child(2) {
    background: url(/template/images/f_02.png) no-repeat center left;
    background-size: 0.68rem auto;
    background-position-x: 0.5rem;
    background-color: #fff;
}

.f_feedback .right .three dd:nth-child(3) {
    background: url(/template/images/f_03.png) no-repeat center left;
    background-size: 0.68rem auto;
    background-position-x: 0.5rem;
    background-color: #fff;
    background-position-y: 0.5rem;
}

.f_feedback .right .telBox {
    line-height: 140%;
    padding-left: 1.7rem;
    background: url(/template/images/tel_01.png) no-repeat center left;
    background-size: 1.3rem auto;
}

.f_feedback .right .telBox dd:nth-child(1) {
    font-size: 0.55rem;
}

.f_feedback .right .telBox dd:nth-child(2) {
    font-weight: bold;
    font-size: 0.7rem;
}

.f_feedback .right .subBox {
    background: url(/template/images/fb_09.png) no-repeat right bottom;
    background-size: 43% 5.5rem;
    padding-top: 0.5rem;
    min-height: 5rem;
    background-position-y: 0.5rem;
    padding-left: 1%;
}

.f_feedback .ul_1 {
    display: grid;
}

.foot .bjBox {
    background: url(/template/images/bj.png) no-repeat center top;
}

.f_contact {
    font-size: 0.65rem;
    background: url(/template/images/fc_05.png) no-repeat center top;
    padding-top: 1.3rem;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.f_contact li {
    /* padding-bottom: 1rem; */
}

.f_contact .l_1 {
}

.f_contact .l_2 {
    order: 4;
}

.f_contact .l_3 {
    display: none;
}

.f_contact .l_4 {
    /* width: 50%; */
    /* max-width: 48%; */
    order: 2;
    padding-left: 0%;
}

.f_contact .l_1 .one {
}

.f_contact .l_1 .s1 {
    padding: 0.15rem 0;
    padding-top: 0.25rem;
}

.f_contact .l_1 .s2 {
    line-height: 160%;
    font-size: 0.55rem;
}

.f_contact .sTitle {
    background: url(/template/images/contact_09.png) no-repeat left bottom;
    padding-bottom: 0.2rem;
    font-weight: bold;
    font-size: 0.7rem;
}

.f_contact .sContent {
    background: url(/template/images/contact_14.png) no-repeat;
    background-size: 0.8rem auto;
    line-height: 1.1rem;
    padding-left: 1.3rem;
    padding-top: 0.2rem;
    background-position-y: 0.38rem;
    background-position-x: 0.2rem;
}

.f_contact .sTitle span {
    display: block;
    background: url(/template/images/contact_03.png) no-repeat center left;
    background-size: 0.8rem auto;
    padding-left: 1.5rem;
    line-height: 1.5rem;
    background-position-x: 0.25rem;
    background-position-y: 0.2rem;
}

.f_contact .l_1 .s1 img {
    vertical-align: middle;
}

.f_contact .sContent p {
    margin: 0 !important;
}

.f_contact .sContent p,.f_contact .sContent span {
    font-size: 0.65rem !important;
}

.f_contact .l_3 .sTitle span {
    background: url(/template/images/contact_05.png) no-repeat center left;
    background-size: 1rem auto;
    background-position-x: 3%;
}

.f_contact .l_4 .sTitle span {
    background: url(/template/images/contact_07.png) no-repeat center left;
    background-size: 1rem auto;
    padding-left: 1.5rem;
    background-position-x: 2%;
}

.f_contact .l_1 .one img {
}

.f_contact .line_2 {
}

.f_contact .line_2 .ul_1 {
}

.friendLink {
    display: none;
}

.keFu {
    /* display: inline-block; */
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: url(/template/images/kf.png) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 0.3rem;
    height: 3rem;
}

.keFu a {
    width: 80%;
    max-width: 16%;
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 0.6rem;
    text-align: center;
    padding: 0.5rem 0.26rem;
    line-height: 1.3rem;
    padding-top: 0.6rem;
}

.keFu a img {
    margin: 0 auto;
    vertical-align: middle;
    height: 1.2rem;
    display: block;
}

.keFu a span {
    display: block;
}

.keFu a .cn {
    font-weight: bold;
    font-size: 0.7rem;
}



.keFu a .en {
    text-transform: uppercase;
    font-size: 0.35rem;
}

.keFu a:nth-child(3) {
    position: relative;
    top: -1.6rem;
    padding: 0 0.38rem;
    width: 80%;
    max-width: 18%;
}

.keFu a:nth-child(3) img {
    height: 4.5rem;
    width: 100%;
    max-width: 100%;
}

.keFu a:nth-child(3) span {
    position: absolute;
    top: 1.9rem;
    font-weight: bold;
    color: #b10012;
    left: 0;
}

.t_nav a:nth-child(1) {
    background: url(/template/images/wapIco_01.png) no-repeat center left !important;
    background-size: 0.8rem auto !important;
    background-position-x: 4% !important;
}

.t_nav a:nth-child(2) {
    background: url(/template/images/wapIco_02.png) no-repeat center left !important;
    background-size: 0.68rem auto !important;
    background-position-x: 6% !important;
}

.t_nav a:nth-child(3) {
    background: url(/template/images/wapIco_03.png) no-repeat center left !important;
    background-size: 0.68rem auto !important;
    background-position-x: 6% !important;
}

.t_nav a:nth-child(4) {
    background: url(/template/images/wapIco_04.png) no-repeat center left !important;
    background-size: 0.7rem auto !important;
    background-position-x: 6% !important;
}

.t_nav a:nth-child(5) {
    background: url(/template/images/wapIco_05.png) no-repeat center left !important;
    background-size: 0.7rem auto !important;
    background-position-x: 6% !important;
}

.t_nav a:nth-child(6) {
    background: url(/template/images/wapIco_06.png) no-repeat center left !important;
    background-size: 0.7rem auto !important;
    background-position-x: 6% !important;
}

.t_nav a:nth-child(7) {
    background: url(/template/images/wapIco_07.png) no-repeat center left !important;
    background-size: 0.7rem auto !important;
    background-position-x: 6% !important;
}

.t_nav a:nth-child(9) {
    background: url(/template/images/wapIco_08.png) no-repeat center left !important;
    background-size: 0.8rem auto !important;
    background-position-x: 6% !important;
}

.t_nav a:nth-child(10) {
    background: url(/template/images/wapIco_09.png) no-repeat center left !important;
    background-size: 0.8rem auto !important;
    background-position-x: 6% !important;
}

.t_nav a:nth-child(11) {
    background: url(/template/images/wapIco_10.png) no-repeat center left !important;
    background-size: 0.75rem auto !important;
    background-position-x: 6% !important;
}

.in_pro {
    padding: 1.5rem 0;
}

.in_pro .left {
    width: 100%;
    max-width: 100%;
    display: block;
    box-shadow: none;
}

.in_pro .right {
    width: 100%;
    max-width: 100%;
    padding-top: 1rem;
    display: block;
}

.in_pro .right .sTitle {
    background: url(/template/images/pl_02.png) no-repeat center top;
    background-size: 100% 100%;
    min-height: 3rem;
    font-size: 0.7rem;
    font-weight: bold;
    color: #fff;
}

.in_pro .right .sTitle .en {
    font-size: 0.5rem;
    text-transform: uppercase;
}

.in_pro .right .sTitle .sub_right {
    padding: 0.5rem;
    float: right;
    text-indent: 0.1rem;
}

.in_pro .right .sTitle .sub_right .cn,.in_pro .right .sTitle .sub_right .en {
    background: -webkit-linear-gradient(#4043c3, #2563ff, #4043c3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke: 0.2rem transparent;
}

.typeNav {
}

.typeNav .left_Title {
    display: none;
}

.typeNav .left_Title .cn {
    font-size: 0.8rem;
    font-weight: bold;
}

.typeNav .left_Title .en {
    font-size: 0.5rem;
    text-transform: uppercase;
}

.typeNav .left_Title .box {
    display: inline-block;
    padding-left: 10%;
    vertical-align: middle;
    padding-top: 0.3rem;
}

.typeNav .sContent {
}

.in_pro .typeNav .sContent .subBox .bigType, .in_case .typeNav .sContent .subBox .bigType {
    position: absolute;
    top: 0;
    left: 1%;
    min-height: 1.5rem;
    background: #f7f7f7;
    font-size: 0.8rem;
    line-height: 120%;
    border: 0.05rem solid #ddd;
    float: left;
    width: 100%;
    max-width: 21%;
    padding: 0 1%;
    text-align: center;
    font-weight: bold;
}

.typeNav .sContent .subBox .bigType a {
    display: block;
}

.typeNav .sContent .subBox {
    position: relative;
}

.pro_ShareList {
    padding: 0.6rem 0;
    margin-bottom: 0.5rem;
}

.shareProItem {
    width: 50%;
    max-width: 45.8%;
    border: 0.05rem solid #eee;
    background: #FFF;
    padding: 0.2rem 1%;
    float: left;
    font-size: 0.7rem;
    line-height: 1.5rem;
    margin-left: 1%;
    margin-bottom: 0.5rem;
}

.shareProItem:hover {
}

.shareProItem a {
    color: #000;
}

.shareProItem .one {
}

.shareProItem .two {
    font-size: 0.7rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6rem;
    border-bottom: 0.05rem solid #ddd;
    text-transform: uppercase;
    padding: 0 0.1rem;
    margin-bottom: 0.2rem;
}

.shareProItem .three {
    padding: 0 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
    margin-bottom: 0.38rem;
}

.shareProItem .four {
    text-align: center;
}

.shareProItem .one img {
    width: 100%;
    max-width: 100%;
    height: 7.3rem;
    vertical-align: middle;
}

.shareProItem .three span {
    font-weight: bold;
}

.shareProItem .four a {
    width: 100%;
    max-width: 60%;
    display: inline-block;
    border: 0.05rem solid #da0000;
    border-radius: 0.2rem;
    line-height: 1.2rem;
}

.t_nav .dhTel {
}

.t_nav .dhTel dd {
    text-decoration: none;
    display: block;
    line-height: 130%;
    font-size: 0.73rem;
    width: 100%;
    max-width: 82%;
    border-bottom: 0.05rem dotted #aaa;
    padding-bottom: 0.3rem;
    padding-left: 20%;
    background: url(/template/images/tel_01.png) no-repeat center left;
    background-size: 1rem auto;
    padding-top: 0.3rem;
}

.t_nav .dhTel .tel_1 {
}

.t_nav .dhTel .tel_2 {
    background: url(/template/images/tel_02.png) no-repeat center left;
    background-size: 1rem auto;
}

.t_nav .dhTel dd .one {
    font-size: 0.65rem;
}

.t_nav .dhTel dd .two {
    font-weight: bold;
    font-size: 0.68rem;
}

.proShareBox {
    padding-bottom: 1rem;
}

.proShareBox.r_3 {
}

.pro_shareTitle {
    line-height: 1.5rem;
    color: #005037;
    padding-bottom: 0.5rem;
    background: url(/template/images/line3.png) repeat-x left bottom;
    background-size: auto 0.35rem;
}

.pro_shareTitle span {
    display: block;
}

.pro_shareTitle .cn {
    font-size: 0.75rem;
    font-weight: bold;
    padding-left: 9%;
    background: url(/template/images/dw_02.png) no-repeat center left;
    background-size: 0.8rem auto !important;
    background-position-x: 2% !important;
}

.pro_shareTxt {
    padding: 0.5rem 2%;
    color: #333;
    font-size: 0.65rem;
    line-height: 200%;
}

.pro_shareTxt p {
    margin: 0 !important;
    padding: 0 !important;
}

.pro_shareTxt, .pro_shareTxt p, .pro_shareTxt span {
    font-size: 0.65rem !important;
    line-height: 210% !important;
}

.pro_shareTxt td {
    /* vertical-align: top !important; */
    padding: 0.2rem !important;
    /* text-align: center !important; */
}

.otherList {
}

.otherList .wapTitle {
    background: url(/template/images/wapBj_05.jpg) no-repeat;
    background-size: cover;
    min-height: 2.1rem;
    padding-left: 40%;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background-position-x: 28%;
}

.otherList .listOne {
    padding: 0.3rem 2%;
    padding-bottom: 0;
    border-radius: 0.3rem;
    background: url(/template/images/wap_02.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    max-width: 96%;
    padding-top: 1rem;
    position: relative;
}

.otherList .listOne .sub_left {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.otherList .listOne .sub_right {
    width: 100%;
    max-width: 100%;
    font-size: 0.65rem;
    padding-top: 0.5rem;
}

.otherList .listOne .sub_left .s1 {
    min-height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    font-size: 0.7rem;
    font-weight: bold;
    color: #2444bb;
    background: url(/template/images/kuang.png) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    max-width: 48%;
    float: right;
    position: absolute;
    right: 1%;
    top: 2.5rem;
}

.otherList .listOne .sub_left .s2 {
    width: 100%;
    max-width: 45%;
    float: left;
}

.otherList .listOne .sub_left .s1 img {
    height: 0.8rem;
    vertical-align: middle;
}

.otherList .listOne .sub_left .s2 img {
    vertical-align: middle;
    width: 228px;
}

.otherList .listOne .sub_right .s1 {
    text-indent: 2em;
    line-height: 250%;
    padding-bottom: 0.3rem;
    font-size: 0.68rem;
}

.otherList .listOne .sub_right .telBox {
    padding-left: 1.8rem;
    line-height: 130%;
    background: url(/template/images/ps_06.png) no-repeat center left;
    background-size: 1.5rem auto;
    position: absolute;
    top: 4.6rem;
    right: 4%;
}

.otherList .listOne .sub_right .telBox .sub_1 {
    font-size: 0.55rem;
}

.otherList .listOne .sub_right .telBox .sub_2 {
    font-weight: bold;
    color: #204cce;
    font-size: 0.7rem;
}

.otherList .listOne .sub_right .s1 a {
    display: inline-block;
    line-height: 1.5rem;
    width: 5rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-indent: 0;
    vertical-align: middle;
    margin: 0 0.3rem;
}

.otherList .listOne .sub_right .s1 a:nth-child(1) {
    background: url(/template/images/list_01.png) no-repeat center;
    background-size: 100% 100%;
}

.otherList .listOne .sub_right .s1 a:nth-child(2) {
    background: url(/template/images/list_02.png) no-repeat center;
    background-size: 100% 100%;
}

.otherList .listTwo {
    padding-top: 1rem;
}

.otherList .listOne .sub_left .s1 h1 {
    font-size: 0.7rem;
    display: inline-block;
}

.otherList .shiLi {
    padding-bottom: 0.5rem;
}

.otherList .wapTitle .cn {
    font-weight: bold;
    font-size: 0.8rem;
    padding-top: 0.3rem;
}

.otherList .wapTitle .en {
    font-size: 0.35rem;
}

.in_new {
    padding: 1.5rem 0;
    padding-bottom: 1rem;
}

.new_ShareList {
    /* padding-top: 0.5rem; */
}

.new_ShareList .item {
    border: 0.05rem solid #f0f0f0;
    background: #FFF;
    padding: 0.3rem 2%;
    margin-bottom: 0.8rem;
    font-size: 0.65rem;
    width: 100%;
    max-width: 93%;
    position: relative;
    padding-bottom: 0.8rem;
    margin-left: 1%;
}

.new_ShareList .item .sub_left {
    width: 100%;
    max-width: 100%;
}

.new_ShareList .item .sub_right {
    /* width: 100%; */
    /* max-width: 100%; */
}

.new_ShareList .item .sub_left a {
}

.new_ShareList .item .sub_left .hdBox {
    height: 8rem;
    overflow: hidden;
    border-radius: 0.2rem;
}

.new_ShareList .item .sub_right .s_left {
    color: #2444bb;
    font-weight: bold;
    width: 3.1rem;
    max-width: 3.1rem;
    text-align: center;
    padding-top: 0.3rem;
    position: absolute;
    top: 0;
    left: 7%;
    display: grid;
    background: #f6f8fc;
}

.new_ShareList .item .sub_right .s_left .s1 {
    padding-bottom: 0.3rem;
    order: 2;
}

.new_ShareList .item .sub_right .s_left .s2 {
    font-size: 1.3rem;
    height: 1.9rem;
    order: 1;
    line-height: 2rem;
    /* padding-top: 0.5rem; */
}

.new_ShareList .item .sub_right .s_right {
    width: 100%;
    max-width: 100%;
}

.new_ShareList .item .sub_right .s_right .s1 {
    padding: 0.2rem 0;
}

.new_ShareList .item .sub_right .s_right .s2 {
    line-height: 190%;
    padding: 0.3rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
    color: #666;
}

.new_ShareList .item .sub_right .s_right .s3 {
    text-align: right;
    padding-top: 0.5rem;
}

.new_ShareList .item .sub_right .s_right .s1 h3 {
    font-size: 0.8rem;
}

.new_ShareList .item .sub_right .s_right .s1 a {
    color: #000;
}

.new_ShareList .item .sub_right .s_right .s3 a {
    display: inline-block;
    border: 0.05rem solid #d40000;
    line-height: 1.3rem;
    width: 5rem;
    max-width: 5rem;
    text-align: center;
    border-radius: 0.2rem;
}

.typeNew {
    padding-bottom: 1rem;
    font-size: 0.7rem;
}

.typeNew a {
    display: inline-block;
    width: 100%;
    max-width: 48%;
    line-height: 1.6rem;
    text-align: center;
    margin-left: 1%;
    background: url(/template/images/nl_02.png) no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 0.38rem;
}

.typeNew a:hover, .typeNew a.currentNav {
    color: #fff;
    font-weight: bold;
    background: url(/template/images/nl_01.png) no-repeat center;
    background-size: 100% 100%;
}

.typeNew a:last-child {
}

.new_ShareList .item .sub_right .s_right .s5 {
    font-size: 0.6rem;
    line-height: 1rem;
    padding: 0.3rem 0;
    color: #666;
}

.new_ShareList .item .sub_right .s_right .s5 .sub_1 {
    float: left;
    padding-left: 0.9rem;
    background: url(/template/images/ns_04.png) no-repeat center left;
    background-size: 0.68rem auto;
}

.new_ShareList .item .sub_right .s_right .s5 .sub_2 {
    float: right;
    padding-left: 0.9rem;
    background: url(/template/images/ns_06.png) no-repeat center left;
    background-size: 0.68rem auto;
}

.new_ShareList .newListBox {
}

.firstPage,.lastPage {
    display: none !important;
}

.newShow .newBox .line_2 .two dd {
    color: #666;
    padding-right: 3%;
    display: inline-block;
}

.newShow .newBox .line_2 .two dd:nth-child(1) {
    display: none;
}

.newShow .newBox .line_2 .two dd:nth-child(2) {
    background: url(/template/images/ns_04.png) no-repeat center left;
    background-size: 0.6rem auto;
}

.newShow .newBox .line_2 .two dd:nth-child(3) {
    background: url(/template/images/ns_06.png) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-y: 0.5rem;
}

.newShow .newBox .line_2 .two dd:nth-child(4) a {
    background: url(/template/images/ns_08.png) no-repeat center right;
    background-size: 0.8rem auto;
    padding-right: 1rem;
}

.newShow .newBox .line_3 table {
}

.newShow .newBox .line_3 td {
}

.newShow .newBox .line_3 table, .newShow .newBox .line_3 td {
    border: 0 !important;
}

.newShow .newBox .line_4 {
}

.newShow .xgPro {
    padding-top: 1rem;
    display: block;
}

.newShow {
    padding: 1.5rem 0;
}

.newShow .newBox {
    background: #fff;
    padding: 1rem 1%;
    font-size: 0.65rem;
    width: 100%;
    max-width: 95.5%;
    margin-left: 1%;
}

.newShow .newBox .Box_2 {
}

.newShow .newBox .line_2 {
    min-height: 2rem;
    text-align: center;
}

.newShow .newBox .line_2 h1 {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    line-height: 160%;
}

.newShow .newBox .line_2 .two {
    padding: 0.3rem 0;
    line-height: 1rem;
    text-align: center;
    border-bottom: 0.05rem dotted #ccc;
    padding-top: 0.6rem;
}

.newShow .newBox .line_3 {
    color: #333;
    padding: 0.6rem 0;
    text-align: justify;
}

.newShow .newBox .line_3 img {
    max-width: 100%;
    vertical-align: middle;
    border-radius: 0.2rem;
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 3px 5px #ddd;
}

.newShow .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.newShow .newBox .line_3, .newShow .newBox .line_3 p, .newShow .newBox .line_3 span {
    font-size: 0.65rem !important;
    line-height: 220% !important;
    font-family: Microsoft YaHei !important;

}

.newShow .typeNew {

    padding-bottom: 0.5rem;
}

.newShow .newBox .line_3 .foot_txt {
    padding-top: 0.5rem;
    word-wrap: break-word;
    white-space: normal;
}

.newShow .newBox .line_2 .two font {
    display: none;
}

.newShow .newMainBox {
    position: relative;
}

.newShow .newBox .line_2 .two dd:last-child {
    position: absolute;
    top: 0.35rem;
    right: 1%;
    padding: 0;
    width: 100%;
    max-width: 29%;
}

.prev_next {
    font-size: 0.65rem;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.prev_next a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 81%;
    color: #f12c11;
}

.prev_next img {
    vertical-align: middle;
}

.prev_next li {
    color: #666;
    line-height: 2rem;
    margin-bottom: 0.3rem;
    width: 100%;
    max-width: 96%;
    padding-left: 4%;
    background: url(/template/images/ico6.png) no-repeat center left;
    background-size: 0.3rem auto;
    background-position-x: 2%;
    background-color: #eee;
}

.xgNew {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
    padding-bottom: 0.3rem;
}

.xgNew .xgTitle {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.5rem;
    padding-left: 1.3rem;
    background: url(/template/images/xgIco2.png) no-repeat center left;
    -webkit-background-size: 0.9rem auto;
    background-size: 0.9rem auto;
    margin-bottom: 0.2rem;
}

.xgNew .xgList {
    color: #666;
    font-size: 0.65rem;
    padding-top: 0.3rem;
    border-top: 0.05rem dotted #ccc;
}

.xgNew .xgList li {
    line-height: 1.38rem;
}

.xgNew .xgList li .sub_left {
    padding-left: 3%;
    width: 100%;
    max-width: 72%;
    background: url(/template/images/ns_19.png) no-repeat center left;
    background-size: 0.2rem auto;
    float: left;
    background-position-x: 0.1rem;
}

.xgNew .xgList li .sub_right {
    float: right;
}

.xgNew .xgList li .sub_left .dian {
    background: url(/template/images/ns_16.png) repeat-x center;
    background-position-y: 0.3rem;
    width: 100%;
    max-width: 100%;
}

.xgNew .xgList li .sub_left a {
    background: #fff;
    display: inline-block;
    vertical-align: top;
    padding-right: 0.2rem;
    width: 100%;
    max-width: 100%;
}

.xgPro2 {
}

.xgPro2 .xgTitle {
    background: url(/template/images/ns_22.png) no-repeat center left;
    background-size: 0.8rem auto;
}

.xgNew .xgList li:nth-child(5),.xgNew .xgList li:nth-child(6),.xgNew .xgList li:nth-child(7),.xgNew .xgList li:nth-child(8) {
    display: none;
}

.searchPro .listTwo {
    padding: 0;
}

.in_BaoZhang {
}

.in_BaoZhang .bzBox {
    font-size: 0.75rem;
    padding: 1rem 0;
    line-height: 130%;
    background: url(/template/images/bj6.jpg) no-repeat center top;
    background-size: cover;
}

.in_BaoZhang .bzBox .bjBox {
    position: relative;
    min-height: 38rem;
    background: url(/template/images/wapBj_06.png) no-repeat center top;
    background-size: 100% auto;
    background-position-y: 0.6rem;
}

.in_BaoZhang .bzBox .bjBox li {
    position: absolute;
}

.in_BaoZhang .bzBox .bjBox li .bigTxt {
    font-weight: bold;
    padding-left: 0.8rem;
    line-height: 1.5rem;
    background: url(/template/images/bz_02.png) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-y: 0.5rem;
}

.in_BaoZhang .bzBox .bjBox li .smallTxt {
    font-size: 0.6rem;
}

.in_BaoZhang .bzBox .bjBox li .smallTxt p {
    margin: 0;
    padding-bottom: 0.3rem;
}

.in_BaoZhang .bzBox .bjBox li .smallTxt span {
    font-weight: bold;
    color: #204cce;
}

.in_BaoZhang .bzBox .bjBox li:nth-child(1) {
    top: 0;
    left: 3%;
    width: 100%;
    max-width: 50%;
}

.in_BaoZhang .bzBox .bjBox li:nth-child(2) {
    top: 0;
    right: 0;
    width: 100%;
    max-width: 38%;
}

.in_BaoZhang .bzBox .bjBox li:nth-child(3) {
    top: 27.3rem;
    left: 4%;
    width: 100%;
    max-width: 48%;

}

.in_BaoZhang .bzBox .bjBox li:nth-child(4) {
    top: 4.3rem;
    right: 0;
    width: 100%;
    max-width: 34%;
}

.in_BaoZhang .bzBox .bjBox li:nth-child(5) {
    top: 27.35rem;
    right: 0;
    width: 100%;
    max-width: 41%;
}

.in_BaoZhang .bzBox .bjBox li:nth-child(6) {
    top: 34rem;
    left: 1%;
    width: 100%;
    max-width: 99%;
}

.in_BaoZhang .shiLi {
    padding-bottom: 1rem;
    padding-top: 0;
}

.in_about {
}

.aboutNav {
    text-align: center;
}

.aboutNav a {
    width: 100%;
    max-width: 32%;
    margin-right: 0;
    margin-left: 0;
}

.in_about .line_1 {
}

.in_about .line_1 .sContent {
    padding: 0.3rem 0;
}

.in_about .line_1 .sContent .sub_left {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
    padding-bottom: 1rem;
}

.in_about .line_1 .sContent .sub_right {
    width: 100%;
    max-width: 100%;
}

.in_about .line_1 .sContent .sub_left .one {
    font-size: 0.8rem;
    font-weight: bold;
}

.in_about .line_1 .sContent .sub_left .two {
    padding-top: 0.5rem;
    text-indent: 2em;
    text-align: justify;
}

.in_about .line_1 .sContent .sub_left .one .en {
    text-transform: uppercase;
    color: #000;
}

.in_about .line_1 .sContent .sub_left .one .cn {
    background: url(/template/images/about_06.png) no-repeat center right;
    background-position-x: 92%;
    background-position-y: 0.5rem;
}

.in_about .line_1 .sContent .sub_left .two, .in_about .line_1 .sContent .sub_left .two p, .in_about .line_1 .sContent .sub_left .two span {
    font-size: 0.65rem !important;
    line-height: 230%;
}

.in_about .line_1 .sContent .sub_left .two p {
    margin: 0 !important;
}

.in_about .line_1 .sContent .sub_left .one .cn span {
    display: inline-block;
    padding-right: 1%;
}

.in_about .line_2 {
    padding: 1rem 0;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.in_about .line_3 {
    padding-top: 1rem;
}

.in_about .line_3 .sContent {
    display: grid;
    padding-top: 0.5rem;
}

.in_about .line_3 .sContent .sub_left {
    order: 2;
    padding: 0.3rem 2%;
}

.in_about .line_3 .sContent .sub_right {
    min-height: 10rem;
    padding-top: 0.5rem;
    font-size: 0.6rem;
    padding-left: 26%;
    background: url(/template/images/wapBj_07.png) no-repeat top right;
    background-size: 106% auto;
    order: 1;
    padding-top: 1rem;
}

.in_about .line_3 .sContent .sub_left .one {
    background: url(/template/images/about_26.png) no-repeat left bottom;
    padding-bottom: 0.38rem;
    background-size: 1.2rem auto;
}

.in_about .line_3 .sContent .sub_left .two {
    font-size: 0.65rem;
    padding-top: 0.3rem;
    line-height: 1.3rem;
}

.in_about .line_3 .sContent .sub_left .one .en {
    font-size: 0.46rem;
    text-transform: uppercase;
    padding-bottom: 0.05rem;
}

.in_about .line_3 .sContent .sub_left .one .cn {
    font-size: 0.9rem;
    font-weight: bold;
}

.in_about .line_3 .sContent .sub_left .two dd {
    padding-left: 7%;
}

.in_about .line_3 .sContent .sub_left .two dd span {
    font-weight: bold;
    color: #2444bb;
    font-size: 0.8rem;
}

.in_about .line_3 .sContent .sub_left .two dd:nth-child(1) {
    background: url(/template/images/about_28.png) no-repeat center left;
    background-size: 0.8rem auto;
}

.in_about .line_3 .sContent .sub_left .two dd:nth-child(2) {
    background: url(/template/images/about_29.png) no-repeat center left;
    background-size: 0.8rem auto;
}

.in_about .line_3 .sContent .sub_left .two dd:nth-child(3) {
    background: url(/template/images/about_33.png) no-repeat center left;
    background-size: 0.8rem auto;
}

.in_about .line_3 .sContent .sub_left .two dd:nth-child(4) {
    background: url(/template/images/about_34.png) no-repeat center left;
    background-size: 0.8rem auto;
}

.in_about .line_3 .sContent .sub_left .two dd:nth-child(5) {
    background: url(/template/images/about_36.png) no-repeat center left;

    background-size: 0.8rem auto;
}

.in_about .line_3 .sContent .sub_left .two dd:nth-child(6) {
    background: url(/template/images/about_37.png) no-repeat center left;
    background-size: 0.8rem auto;
}

.in_about .line_3 .sContent .sub_right .one {
    font-size: 0.7rem;
    font-weight: bold;
    padding-left: 9%;
    background: url(/template/images/about_31.png) no-repeat center left;
    background-size: 0.8rem auto;
}

.in_about .line_3 .sContent .sub_right .two {
    line-height: 200%;
    padding-top: 0.38rem;
    padding-right: 2%;
    text-indent: 2em;
    padding-left: 21%;
    text-align: justify;
}

.in_about .line_3 .sContent .sub_right .two span {
    color: #2444bb;
}

.in_about .line_2 .center {
}

.videoShow .picBt {
    min-height: 10rem !important;
    height: 10rem !important;
}

.tagList {
    padding: 1.5rem 0;
}

.tagList .left {
}

.tagList .right {
}

.tagList .left .line_1 {
    width: 100%;
    max-width: 92%;
    line-height: 200%;
    margin-bottom: 1rem;
    background: url(/template/images/wap_02.jpg) no-repeat center top;
    background-size: cover;
    /* border-radius: 0.3rem; */
    overflow: hidden;
    position: relative;
    padding: 1rem 4%;
    padding-bottom: 1.5rem;
}

.tagList .left .line_1 .sub_left {
}

.tagList .left .line_1 .sub_right {
    text-align: center;
}

.tagList .left .line_1 .sub_left .one {
}

.tagList .left .line_1 .sub_left .two {
    padding: 0.5rem 0;
    color: #666;
    line-height: 180%;
}

.tagList .left .line_1 .sub_left .three {
    display: none;
}

.tagList .left .line_1 .sub_left .one h1 {
    font-size: 1.1rem;
    color: #d20101;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(#a70303));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tagList .left .line_1 .sub_left .three a {
}

.tagList .left .line_1 .sub_left .three .telBox {
}

.tagList .left .line_1 .sub_left .three .telBox .sub_1 {
}

.tagList .left .line_1 .sub_left .three .telBox .sub_2 {
}

.tagList .left .line_1 .sub_right .one {
}

.tagList .left .line_1 .sub_right .one img {
    border-radius: 0.3rem;
    width: 100%;
    max-width: 90%;
    border: 0.5rem solid #fff;
    -moz-box-shadow: 1px 2px 6px #ddd;
    -webkit-box-shadow: 1px 2px 6px #ddd;
    box-shadow: 1px 2px 6px #ddd;
}

.tagList .left .line_1 .sub_left .three a:nth-child(1) {
}

.tagList .left .line_1 .sub_left .three a:nth-child(2) {
}

.tagProList {
    padding-bottom: 0.5rem;
}

.tagProList .tagListBox {
}

.tagProList .tagListBox .item {
    width: 100%;
    max-width: 96%;
    margin-left: 1%;
    -moz-box-shadow: 1px 2px 3px #ccc;
    -webkit-box-shadow: 1px 2px 3px #ccc;
    box-shadow: 1px 2px 5px #ccc;
    padding: 0.2rem 1%;
    margin-bottom: 0.5rem;
}

.tagProList .tagListBox .item .sub_left {
    width: 100%;
    max-width: 38%;
    float: left;
}

.tagProList .tagListBox .item .sub_right {
    width: 100%;
    max-width: 58%;
    float: right;
}

.tagProList .tagListBox .item .sub_left img {
}

.tagProList .tagListBox .item .sub_right .one {
    padding: 0.2rem 0;
}

.tagProList .tagListBox .item .sub_right .two {
    font-size: 0.55rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
    line-height: 160%;
}

.tagProList .tagListBox .item .sub_right .three {
    padding: 0.3rem 0;
    font-size: 0.55rem;
    color: #666;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tagProList .tagListBox .item .sub_right .four {
    text-align: right;
}

.tagProList .tagListBox .item .sub_right .two span, .tagProList .tagListBox .item .sub_right .three span {
    font-weight: bold;
}

.tagProList .tagListBox .item .sub_right .four a {
    color: #fff;
    display: inline-block;
    line-height: 1.28rem;



    text-align: center;
    vertical-align: middle;
    background-size: 100% 100% !important;
    padding: 0 0.5rem;
    font-size: 0.6rem;
}

.tagProList .tagListBox .item .sub_right .four a:nth-child(1) {
    background: url(/template/images/tag_01.png) no-repeat center top;
}

.tagProList .tagListBox .item .sub_right .four a:nth-child(2) {
    background: url(/template/images/tag_02.png) no-repeat center top;
}

.tagList .left .line_1 .sub_left .two p {
}

.tagProList .tagListBox .item .sub_right .one h3 {
    font-size: 0.7rem;
}

.tagNav {
    display: none;
}

.tagNav .left_Title {
}

.tagNav .sContent {
}

.tagNav .sContent a {
}

.sjTag {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.sjTag .left_Title {
    color: #fff;
    padding: 0.6rem 0.5rem;
    background: #d88e00;
    background: -webkit-linear-gradient(bottom, #d88e00, #f1b33d);
    background: -o-linear-gradient(top, #d88e00, #f1b33d);
    background: -moz-linear-gradient(top, #d88e00, #f1b33d);
    background: linear-gradient(to top, #d88e00, #f1b33d);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.sjTag .left_Title .cn {
    font-size: 0.9rem;
}

.sjTag .left_Title .en {
}

.sjTag .sContent {
    border: 0.05rem solid #f3d28b;
    font-size: 0.7rem;
    padding-bottom: 0.38rem;
    background: url(/template/images/pl_6.png) no-repeat center bottom;
    background-size: 100% auto;
    max-width: 99.5%;
}

.sjTag .sContent a {
    line-height: 50px;
    text-align: center;
    width: 50%;
    border-bottom: 1px dashed #f3d28b;
    float: left;
}

.sjTag .left_Title div {
    display: inline-block;
}

.sjTag .sContent a:hover {
    color: #e20000;
}

.t_logo .left h2 {
    width: 100%;
    max-width: 39%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 2%;
    border-right: 0.05rem dashed #ddd;
}

.shareTitle {
    text-align: center;
}

.shareTitle .big {
    font-size: 0.8rem;
    font-weight: bold;
    color: #005037;
    padding-bottom: 0.6rem;
    background: url(/template/images/in_02.png) no-repeat center bottom;
    background-size: auto 0.5rem;
    margin-bottom: 0.3rem;
}

.shareTitle .small {
    font-size: 0.65rem;
}

.shareTitle .big h2,.shareTitle .big .one {
    font-size: 1rem;
    display: inline-block;
    margin: 0;
    padding-left: 10%;
    background: url(/template/images/in_01.png) no-repeat;
    background-size: auto 1.3rem;
    line-height: 1.5rem;
}

.iPro {
    font-size: 0.65rem;
    position: relative;
    padding: 1.3rem 0;
    padding-bottom: 0.5rem;
}

.iPro .content {
    padding-top: 1rem;
}

.iPro .content .typeBox {
    /* padding-bottom: 1rem; */
}

.iPro .content .typeBox .left {
    margin-bottom: 0.3rem;
}

.iPro .content .typeBox .right {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding: 0.5rem 0;
    font-size: 0.6rem;
}

.iPro .content .typeBox .left dd {
    min-height: 1.5rem;
    background: #f7f7f7;
    font-size: 0.8rem;
    line-height: 120%;
    border: 0.05rem solid #ddd;
    float: left;
    width: 100%;
    max-width: 21%;
    padding: 0 1%;
    margin-left: 1.1%;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.iPro .content .typeBox .left dd .en {
    display: none;
}

.iPro .content .typeBox .left dd .cn {
    padding: 0.5rem 0;
}

.iPro .content .typeBox .right .box {
    display: none;
    clear: both;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
}

.iPro .content .typeBox .right .box a {
    line-height: 1.8rem;
    text-align: center;
    margin-left: 1.3%;
    border: 0.05rem solid #ddd;
    border-radius: 0.3rem;
    margin-bottom: 0.3rem;
    float: left;
    width: 100%;
    max-width: 31%;
}

.iPro .content .typeBox .right .box a:hover {
    font-weight: bold;
    color: #fff;
    background: #005037;



}



.iPro .content .typeBox .left dd:last-child {
}

.iPro .content .typeBox .left dd.HCss {
    background: #fff;
    border: 0.05rem solid #005037;
}

.iPro .content .typeBox .right .box:first-child {
    display: block;
}

.iPro .content .more {
    text-align: center;
}

.iPro .content .more a {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background: url(/template/images/more.png) no-repeat;
    background-size: cover;
}

.iPro .content .more a:hover {
    background: url(/template/images/more2.png) no-repeat;
    background-size: cover;
}

.iPro .content .typeBox .left .bigType {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.iPro .content .typeBox .left dd .cn span {
    display: block;
    font-weight: normal;
    font-size: 0.6rem;
}

.iPro .content .typeBox .left dd a {
    color: #000;
}

.iPro .content .typeBox .left dd.HCss:after {
    box-sizing: content-box;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    bottom: -0.3rem;
    right: 45%;
    border: 0.05rem solid #005037;
    border-top: 0;
    border-left: 0;
    display: block;
    content: '';
    z-index: 10;
    transform: rotate(45deg);
    background: #fff;
}

.iLiuCheng {
    display: none;
}

.youShi .dzTel {
    display: none;
}

.youShi .content .two dd span {
    color: #005037;
}

.youShi .content .line_6 {
    padding-bottom: 0;
}

.iZhengShu {
    padding: 1.5rem 0;
    background: url(/template/images/zs.jpg) no-repeat center top;
    background-size: cover;
}

.iZhengShu .shareTitle {
}

.iZhengShu .shareTitle .big {
    color: #fff;
    background: url(/template/images/zs_06.png) no-repeat center bottom;
    background-size: auto 0.5rem;
}

.iZhengShu .shareTitle .small {
    color: #fff;
}

.iZhengShu .shareTitle .big h2 {
    background: url(/template/images/zs_02.png) no-repeat;
    background-size: auto 1.3rem;
}

.iZhengShu .content {
    padding-top: 1.2rem;
}

.iZhengShu .swiper-slide a {
    color: #fff;
    text-align: center;
    display: block;
}

.iZhengShu .swiper-slide .txt {
    padding-top: 0.5rem;
    display: block;
}

.iHeZuo {
    padding: 1.5rem 0;
    background: url(/template/images/hz.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 1rem;
}

.iHeZuo .content {
    padding-top: 1.1rem;
}

.iHeZuo .content dd {
    float: left;
    margin-left: 1%;
    margin-bottom: 0.3rem;
    width: 100%;
    max-width: 32%;
}

.iHeZuo .content dd img {
    width: 100%;
    max-width: 100%;
    height: 2.5rem;
}

.iHeZuo .content dd:nth-child(6),.iHeZuo .content dd:nth-child(12),.iHeZuo .content dd:nth-child(18) {
    margin-right: 0;
}

.iJiShu {
    padding: 1.5rem 0;
}

.iJiShu .content {
    padding-top: 0.5rem;
}

.iJiShu .content dd {
    border: 0.05rem solid #ddd;
    float: left;
    width: 100%;
    max-width: 48%;
    margin-left: 1%;
    text-align: center;
    position: relative;
    margin-bottom: 0.3rem;
}

.iJiShu .content dd .one {
}

.iJiShu .content dd .two {
    margin-top: -1rem;
}

.iJiShu .content dd .three {
    padding: 0.3rem 0;
}

.iJiShu .content dd .four {
    font-size: 0.5rem;
    padding: 0 3%;
    line-height: 160%;
    text-align: justify;
}

.iJiShu .content dd .five {
    padding: 0.5rem 0;
    font-size: 0.6rem;
}

.iJiShu .content img {
    vertical-align: middle;
}

.iJiShu .content dd:last-child {
    margin-right: 0;
}

.iJiShu .content dd .one img {
    width: 100%;
    max-width: 100%;
    height: 5rem;
}

.iJiShu .content dd .three .cn {
    font-weight: bold;
    color: #005037;
    font-size: 0.8rem;
}

.iJiShu .content dd .three .en {
    font-size: 0.4rem;
    text-transform: uppercase;
}

.iJiShu .content dd .five a {
    line-height: 1.5rem;
    display: block;
    color: #005037;
    text-indent: 0.1rem;
    padding-top: 0.1rem;

    background: url(/template/images/js_09.png) no-repeat center;
    background-size: auto 100%;
}

.iJiShu .content dd .two img {
    width: 2rem;
}

.about {
    padding: 1.5rem 0;
    background: url(/template/images/gs.jpg) no-repeat center top;
    background-size: 330% auto;
}

.about .content {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.about .shareTitle {
    padding-bottom: 1rem;
}

.about .content .box_1 {
    padding: 0.5rem 1%;
    background: url(/template/images/gs_03.jpg);
    background-size: 38% auto;
    border-radius: 0.3rem;
    
    /* 行数 */
}

.about .content .box_1, .about .content .box_1 p, .about .content .box_1 span {
    font-size: 0.65rem !important;
    text-indent: 0 !important;
    line-height: 200% !important;
}

.about .content .box_1 p {
    margin: 0 !important;
    padding-bottom: 0.3rem;
}

.about .content .box_1 .rightBox {
}

.about .content .box_1 .rightBox dd {
    float: left;
    width: 100%;
    max-width: 24.5%;
    height: 1.38rem;
    margin-right: 1%;
    font-size: 0.5rem;
    text-align: center;
    margin-bottom: 0.3rem;
    padding-top: 1.38rem;
    background-color: #fbfbfb !important;
    border-radius: 0.2rem;
    -moz-box-shadow: 0px 1px 3px #ccc;
    -webkit-box-shadow: 0px 1px 3px #ccc;
    box-shadow: 0px 1px 3px #ccc;
}

.about .content .box_1 .rightBox dd:nth-child(1) {
    background: url(/template/images/gs_10.png) no-repeat center top;
    background-size: 1.1rem auto;
    background-position-y: 0.3rem;
}

.about .content .box_1 .rightBox dd:nth-child(2) {
    background: url(/template/images/gs_07.png) no-repeat center top;
    background-size: 1.1rem auto;
    background-position-y: 0.3rem;
}

.about .content .box_1 .rightBox dd:nth-child(3) {
    background: url(/template/images/gs_23.png) no-repeat center top;
    background-size: 1.1rem auto;
    background-position-y: 0.3rem;
}

.about .content .box_1 .rightBox dd:nth-child(4) {
    background: url(/template/images/gs_21.png) no-repeat center top;
    background-size: 1.1rem auto;
    background-position-y: 0.3rem;
}

.about .content .box_1 .rightBox dd:nth-child(5) {
    background: url(/template/images/gs_28.png) no-repeat center top;
    background-size: 1.1rem auto;
    background-position-y: 0.3rem;
}

.about .content .box_1 .rightBox dd:nth-child(6) {
    background: url(/template/images/gs_30.png) no-repeat center top;
    background-size: 1.1rem auto;
    background-position-y: 0.3rem;
}

.about .content .box_1 .rightBox dd:nth-child(7) {
    background: url(/template/images/gs_35.png) no-repeat center top;
    background-size: 1.1rem auto;
    background-position-y: 0.3rem;
}

.about .content .box_1 .rightBox dd:nth-child(8) {
    background: url(/template/images/gs_36.png) no-repeat center top;
    background-size: 1.1rem auto;
    background-position-y: 0.3rem;
}

.about .content .box_1 .rightBox dd:nth-child(2),.about .content .box_1 .rightBox dd:nth-child(4),.about .content .box_1 .rightBox dd:nth-child(6),.about .content .box_1 .rightBox dd:nth-child(8) {
    margin-right: 0;
}

.about .content .box_3 {
    padding-top: 0.3rem;
    font-size: 0.65rem;
}

.about .content .box_1 .rightBox dd:nth-child(4),.about .content .box_1 .rightBox dd:nth-child(8) {
    margin-right: 0;
}

.about .content .box_1 .more {
    display: none;
}

.f_feedback .sTitle .two span {
    font-size: 0.8rem;
    font-weight: bold;
}

.f_feedback .right .three dd:last-child {
    padding: 0;
    color: #eee;
}

.f_feedback .right .bt {
    text-align: center;
}

.f_feedback .right .bt .bt_1 {
    background: #efe704;
    border-radius: 100px;
    color: #005037;
    font-weight: bold;
}

.f_feedback .mainBox {
    padding: 1rem 6%;
    background: url(/template/images/wap_01.png) no-repeat left bottom;
    background-size: 25% auto;
    padding-bottom: 2rem;
}

.f_contact .l_1 .two {
    display: none;
}

.f_contact .l_1 .one .sub_left {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.f_contact .l_1 .one .sub_left .txt {
    width: 100%;
    max-width: 62%;
    color: #005037;
    font-weight: bold;
    line-height: 150%;
    float: right;
    padding-top: 0.2rem;
}

.f_contact .l_1 .one .sub_left h3 {
    margin: 0;
    width: 100%;
    max-width: 35%;
    float: left;
}

.f_contact .l_1 .one .sub_left .txt .cn {
    font-size: 0.8rem;
}

.f_contact .l_1 .one .sub_left .txt .en {
    font-size: 0.31rem;
    text-transform: uppercase;
}

.f_contact .l_1 .one .sub_right {
    font-size: 0.6rem;
}

.f_contact .l_1 .one .sub_right span {
    display: inline-block;
    width: 100%;
    max-width: 16%;
    line-height: 1.5rem;
    border: 0.05rem solid #ccc;
    border-radius: 0.2rem;
    padding: 0 1%;
    padding-left: 1rem;
    background: url(/template/images/fc_02.png) no-repeat center left;
    background-position-x: 3.8%;
    background-size: 0.68rem auto;
}

.f_contact .l_1 .one .sub_right span:nth-child(2) {
    background: url(/template/images/fc_04.png) no-repeat center left;
    background-position-x: 3.8%;
    background-size: 0.68rem auto;
}

.f_contact .l_1 .one .sub_right span:nth-child(3) {
    background: url(/template/images/fc_08.png) no-repeat center left;
    background-position-x: 3.8%;
    background-size: 0.68rem auto;
}

.f_contact .l_1 .one .sub_right span:nth-child(4) {
    background: url(/template/images/fc_10.png) no-repeat center left;
    background-position-x: 3.8%;
    background-size: 0.68rem auto;
}

.f_contact .l_2 .two {
    padding: 1rem 0;
    font-size: 0.65rem;
    padding-bottom: 2rem;
}

.f_contact .l_2 .two dd {
    padding-left: 6%;
    background: url(/template/images/fc_12.png) no-repeat center left;
    background-size: 0.68rem auto;
    margin-bottom: 0.35rem;
}

.f_contact .l_2 .two dd:nth-child(3) {
    background: url(/template/images/fc_22.png) no-repeat center left;
    background-size: 0.68rem auto;
}

.f_contact .l_2 .two dd:nth-child(4) {
    background: url(/template/images/fc_23.png) no-repeat center left;
    background-size: 0.68rem auto;
}

.f_contact .l_2 .two dd:nth-child(5) {
    background: url(/template/images/fc_24.png) no-repeat center left;
    background-size: 0.68rem auto;
}

.shareTitle .big h2 .num {
    font-size: 2rem;
    vertical-align: bottom;
    margin: 0 0.2rem;
    font-family: 'Impact';
    position: relative;
    top: -0.2rem;
}

.typeNav .sContent .subBox li.bigType:nth-child(3) {
    top: 0;
    left: 25.8%;
}

.typeNav .sContent .subBox li.bigType:nth-child(5) {
    top: 0;
    left: 50.5%;
}

.typeNav .sContent .subBox li.bigType:nth-child(7) {
    top: 0;
    left: 75.3%;
}

.in_pro .typeNav .sContent .subBox .sTypeBox,.in_case .typeNav .sContent .subBox .sTypeBox {
    padding-top: 3.68rem;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    font-size: 0.6rem;
}

.typeNav .sContent .subBox .sTypeBox .smallType {
    line-height: 1.8rem;
    text-align: center;
    margin-left: 1.3%;
    border: 0.05rem solid #ddd;
    border-radius: 0.3rem;
    margin-bottom: 0.3rem;
    float: left;
    width: 100%;
    max-width: 31%;
}

.in_pro .pdBox {
    padding-top: 1rem;
}

.typeNav .sContent .subBox .sTypeBox .smallType a {
    display: block;
}

.typeNav .sContent .subBox .bigType a span {
    display: block;
    font-weight: normal;
    font-size: 0.6rem;
}

.typeNav .sContent .subBox .bigType a .cn {
    padding: 0.5rem 0;
}

.typeNav .sContent .subBox .sTypeBox .smallType a:hover, .typeNav .sContent .subBox .sTypeBox .smallType a.currentNav {
    font-weight: bold;
    color: #fff;
    background: #005037;
}

.typeNav .sContent .subBox #leftSmall_2,.typeNav .sContent .subBox #leftSmall_3,.typeNav .sContent .subBox #leftSmall_4 {
    display: none;
}


.in_pro .typeNav .sContent .subBox .HCss, .in_case .typeNav .sContent .subBox .HCss {
    background: #fff;
    border: 0.05rem solid #005037;
}

.typeNav .sContent .subBox .HCss:after {
    box-sizing: content-box;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    bottom: -0.3rem;
    right: 45%;
    border: 0.05rem solid #005037;
    border-top: 0;
    border-left: 0;
    display: block;
    content: '';
    z-index: 10;
    transform: rotate(45deg);
    background: #fff;
}

.lContact {
    display: none;
}

.in_pro .right .psTitle {
    padding-bottom: 0.6rem;
    background: url(/template/images/line.jpg) repeat-x center bottom;
    /* margin-bottom: 0.5rem; */
    background-size: auto 0.3rem;
}

.in_pro .right .psTitle .sub_left {
    float: left;
    margin-left: 1%;
}

.in_pro .right .psTitle .sub_right {
    float: right;
    margin-right: 1%;
}

.in_pro .right .psTitle .sub_left .cn {
    font-size: 0.9rem;
}

.in_pro .right .psTitle .sub_right .txt {
    display: none;
}

.in_pro .right .psTitle .sub_right .ul_5 {
    display: none;
}

.in_pro .right .psTitle .sub_left .en {
    font-size: 0.5rem;
    text-transform: uppercase;
}

.in_pro .right .psTitle .sub_right .more {
    line-height: 1.8rem;
    display: block;
    color: #ef270e;
}

.in_pro .right .txt2 {
    display: none;
}

.shareProItem .miaoShu {
    display: none;
}

.shareProItem .item {
    text-align: center;
}

.products {
    padding-bottom: 0;
}

.pList {
}

.pList .psTitle {
    display: none;
}

.pList .right {
    padding-top: 0;
}

.xgCase {
    padding-top: 1rem;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.xgCase .xgTitle {
    font-size: 0.8rem;
    font-weight: bold;
    padding-left: 10%;
    background: url(/template/images/xg_01.png) no-repeat center left;
    background-size: 1rem auto;
    line-height: 1.5rem;
    margin-bottom: 0.3rem;
}

.newListBox {
}

.newListBox .item {
    border: 0.05rem solid #ddd;
    padding: 0.2rem 1%;
    margin-bottom: 0.3rem;
    width: 100%;
    max-width: 95.5%;
}

.newListBox .item .sub_left {
    position: relative;
    width: 100%;
    max-width: 38%;
    float: left;
}

.newListBox .item .sub_right {
    width: 100%;
    max-width: 60%;
    float: right;
}

.newListBox .item .sub_left .typeTxt {
    position: absolute;
    top: 0;
    left: 1%;
    line-height: 1.5rem;
    font-size: 0.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    min-height: 1.8rem;
    width: auto;
    padding: 0 7%;
    background: url(/template/images/xg_03.png) no-repeat center left;
    background-size: 100% 100%;
}

.newListBox .item .sub_left a {
}

.newListBox .item .sub_left img {
    width: 100%;
    max-width: 100%;
    height: 5rem;
}

.newListBox .item .sub_right .one {
    font-size: 0.7rem;
    font-weight: bold;
}

.newListBox .item .sub_right .two {
    padding: 0.1rem 0;
    color: #888;
    font-size: 0.5rem;
}

.newListBox .item .sub_right .three {
    font-size: 0.55rem;
    line-height: 180%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.newListBox .item .sub_right .three a {
    color: #f12c11;
}

.newListBox .item .sub_right .four {
    line-height: 1.1rem;
    padding-top: 0.1rem;
}

.newListBox .item .sub_right .four .s_left {
    color: #666;
    display: none;
}

.newListBox .item .sub_right .four .s_right {
    text-align: right;
}

.newListBox .item .sub_right .four .s_left a {
    color: #666;
}

.newListBox .item .sub_right .four .s_right a {
    border: 0.05rem solid #005037;
    display: inline-block;
    border-radius: 0.2rem;
    padding: 0 3%;
    font-size: 0.5rem;
    color: #005037;
}

.newListBox .item .sub_right .one a {
    color: #000;
}

.newListBox .item .sub_right .one a:hover {

    color: #005037;
}

.newListBox .item .sub_right .two span:first-child {
    display: none;
}

.newListBox .item .sub_right .two span {
    margin-right: 8%;
}

.newListBox .item .sub_right .two span:last-child {
    margin: 0;
}

.pBody {
}

.pList .xgCase {
    padding-top: 0;
}

.pList .pro_ShareList {
    margin: 0;
}

.case {
    width: 100%;
    max-width: 100%;
    padding: 1.5rem 0;
}

.case .content {
    padding-top: 0.5rem;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.case .content .sub_left {
    width: 100%;
    max-width: 100%;
}

.case .content .sub_right {
    width: 100%;
    max-width: 100%;
}

.case .content .sub_left .one {
    margin-bottom: 0.3rem;
}

.case .content .sub_left .two {
    margin-bottom: 0.3rem;
}

.case .content .sub_left .one .s_left {
    float: left;
    width: 100%;
    max-width: 49.5%;
}

.case .content .sub_left .one .s_right {
    float: right;
    width: 100%;
    max-width: 49.5%;
}

.case .content .sub_left .one .s_left img {
    width: 100%;
    max-width: 100%;
}

.case .content .sub_left .one .s_right img {
    width: 100%;
    max-width: 100%;
}

.case .content .sub_left .two li {
    width: 100%;
    max-width: 24.2%;
    height: 5rem;
    overflow: hidden;
    float: left;
    border-radius: 0.3rem;
    margin-right: 1%;
}

.case .content .sub_left .two img {
    width: 100%;
    max-width: 100%;
}

.case .content .sub_right .one {
    width: 100%;
    max-width: 49.5%;
    float: left;
}

.case .content .sub_right .two {
    width: 100%;
    max-width: 49.5%;
    float: right;
}

.case .content .sub_right .one img {
    width: 100%;
    max-width: 100%;
}

.case .content .sub_right .two img {
    width: 100%;
    max-width: 100%;
}

.case .content img {
    border-radius: 0.3rem;
    height: 5rem;
}

.case .content .sub_left .two li:last-child {
    margin: 0;
}

.inBody .iLiuCheng {
    display: block;
}

.iLiuCheng {
    padding: 1rem 0;
}

.iLiuCheng .center {
    position: relative;
}

.iLiuCheng .dzTel {
    display: none;
}

.iLiuCheng .content {
    padding-top: 0.5rem;
}

.iLiuCheng .content li {
    float: left;
    width: 100%;
    max-width: 45%;
    background: #fff;
    border-radius: 0.2rem;
    margin-left: 2%;
    margin-bottom: 0.8rem;
    padding: 0.2rem 1%;
    text-align: center;
    color: #333;
    -moz-box-shadow: 0px 2px 8px #ccc;
    -webkit-box-shadow: 0px 2px 8px #ccc;
    box-shadow: 0px 1px 6px #ccc;
}

.iLiuCheng .content li dd {
}

.iLiuCheng .content li dd:nth-child(2) {
    padding: 0.3rem 0;
    padding-left: 16%;
    text-align: left;
    display: inline-block;
    line-height: 160%;
    background: url(/template/images/lc_11.png) no-repeat center left;
    background-size: auto 1rem;
    background-position-y: 0.38rem;
    background-position-x: 1%;
}

.iLiuCheng .content img {
    height: 4.5rem;
}

.iLiuCheng .content li dd .s1 {
    color: #005037;
    font-weight: bold;
    font-size: 0.75rem;
}

.iLiuCheng .content li dd .s2 {
    font-size: 0.55rem;
    line-height: 150%;
    padding-top: 0.1rem;
    min-height: 1.8rem;
}

.iLiuCheng .content li:nth-child(2) dd:nth-child(2) {
    background: url(/template/images/lc_12.png) no-repeat center left;
    background-size: auto 1rem;
    background-position-y: 0.38rem;
    background-position-x: 1%;
}

.iLiuCheng .content li:nth-child(3) dd:nth-child(2) {
    background: url(/template/images/lc_13.png) no-repeat center left;
    background-size: auto 1rem;
    background-position-y: 0.38rem;
    background-position-x: 1%;
}

.iLiuCheng .content li:nth-child(4) dd:nth-child(2) {
    background: url(/template/images/lc_17.png) no-repeat center left;
    background-size: auto 1rem;
    background-position-y: 0.38rem;
    background-position-x: 1%;
}

.iLiuCheng .content li:nth-child(5) dd:nth-child(2) {
    background: url(/template/images/lc_18.png) no-repeat center left;
    background-size: auto 1rem;
    background-position-y: 0.38rem;
    background-position-x: 1%;
}

.iLiuCheng .content li:nth-child(6) dd:nth-child(2) {
    background: url(/template/images/lc_19.png) no-repeat center left;
    background-size: auto 1rem;
    background-position-y: 0.38rem;
    background-position-x: 1%;
}

.pBody .foot {
    display: grid;
    grid-template-columns: 100%;
    grid-auto-flow: row;
}

.pBody .f_feedback {
    order: 5;
}

.pBody .case {
    order: 1;
    padding-top: 0;
    padding-bottom: 1rem;
}

.pBody .iLiuCheng {
    order: 2;
    padding-bottom: 1.5rem;
}

.pBody .iZhengShu {
    order: 3;
}

.pBody .iHeZuo {
    order: 4;
    padding-bottom: 1.5rem;
}

.pBody .bjBox {
    order: 6;
}

.pBody .bq {
    order: 7;
}

.proShow {
    padding: 1.5rem 0;
    padding-bottom: 0.5rem;
}

.proShow .left {
    display: none;
}

.proShow .right {
    width: 100%;
    max-width: 100%;
}

.proShow .right .txt2 {
    display: none;
}

.proShow .right .line_1 {
    padding-top: 0.5rem;
    width: 100%;
    max-width: 96%;
    margin-left: 2%;
}

.proShow .right .line_4 {
    padding-top: 1.3rem;
}

.proShow .right .line_1 .sub_left {
    width: 100%;
    max-width: 100%;
}

.proShow .right .line_1 .sub_right {
    width: 100%;
    max-width: 100%;
    padding-top: 1rem;
}

.proShow .right .line_1 .sub_right .one {
    font-size: 0.8rem;
    margin: 0;
    display: block;
    text-align: center;
}

.proShow .right .line_1 .sub_right .two {
    padding-top: 0.5rem;
}

.proShow .right .line_1 .sub_right .three {
    padding: 0.5rem 0;
    color: #888;
    font-size: 0.6rem;
    line-height: 150%;
}

.proShow .right .line_1 .sub_right .four {
    line-height: 1.5rem;
}

.proShow .right .line_1 .sub_right .two table {
}

.proShow .right .line_1 .sub_right .two tr {
    border-bottom: 0.05rem dotted #ccc;
}

.proShow .right .line_1 .sub_right .two table, .proShow .right .line_1 .sub_right .two td {
    border: 0 !important;
}

.proShow .right .line_1 .sub_right .two td, .proShow .right .line_1 .sub_right .two p, .proShow .right .line_1 .sub_right .two span {
    font-size: 0.65rem !important;
    text-indent: 0 !important;
    margin: 0 !important;
    line-height: 180% !important;
}

.proShow .right .line_1 .sub_right .two p {
    margin: 0 !important;
}

.proShow .right .line_1 .sub_right .four .s_left {
    float: left;
    padding-top: 0.2rem;
}

.proShow .right .line_1 .sub_right .four .s_right {
    background: url(/template/images/tel3.png) no-repeat center left;
    background-size: 0.75rem auto;
    padding-left: 1.1rem;
    line-height: 150%;
    /* background-position-y: 0.2rem; */
    float: right;
    font-size: 0.6rem;
}

.proShow .right .line_1 .sub_right .four .s_left a {
}

.proShow .right .line_1 .sub_right .two td {
    padding: 0.3rem 0 !important;
    height: auto !important;
}

.proShow .right .line_1 .sub_right .four .s_left a {
    display: inline-block;
    border: 0.05rem solid #005037;
    text-align: center;
    border-radius: 0.3rem;
    color: #005037;
    padding: 0 0.5rem;
    font-size: 0.6rem;
}

.proShow .right .line_1 .sub_right .four .s_right span {
    color: #005037;
    display: block;
}

.proShow .right .line_1 .sub_right .four .s_right font {
    font-size: 0.7rem;
    vertical-align: top;
    font-family: Impact;
}

.proShow .right .line_1 .sub_right .two td:nth-child(1) {
    width: 28% !important;
    max-width: 28% !important;
    font-weight: bold !important;
}

.proBody .psTitle .sub_left {
    line-height: 130%;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background: #eee;
    padding: 0.5rem 0;
    padding-bottom: 0.3rem;
}

.proBody .psTitle .sub_right {
    display: none;
}

.proBody .psTitle .sub_left .cn {
    font-size: 0.8rem;
    font-weight: bold;
}

.proBody .psTitle .sub_left .en {
    font-size: 0.35rem;

    text-transform: uppercase;
}

.proShow .pdBox {
    padding-top: 1rem;
}

.proBody .psTitle .sub_left .sBox {
    float: left;
    padding-left: 10%;
    background: url(/template/images/wapIco_02.png) no-repeat center left;
    background-size: 0.9rem auto;
    background-position-x: 6%;
    background-position-y: 0.3rem;
}

.proBody .psTitle .sub_left .goBack {
    float: right;
    line-height: 1.5rem;
    margin-right: 3%;
    padding-right: 7%;
    background: url(/template/images/jt.png) no-repeat center right;
    background-size: 0.9rem auto;
}

.pro_shareTxt .psTB_1 {
    margin-bottom: 0.5rem;
}

.pro_shareTxt .psTB_1 td:nth-child(1)[rowspan] {
    width: 23% !important;
    max-width: 23% !important;
    /* text-align: center !important; */
    background-color: #ccc !important;
}

.proShow .right .line_4 .call_2 {
    padding-top: 0.5rem;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.proShow .right .line_4 .call_2 .sub_left {
    width: 100%;
    max-width: 60%;
    float: left;
    font-size: 0.6rem;
}

.proShow .right .line_4 .call_2 .sub_right {
    width: 100%;
    max-width: 35%;
    background: url(/template/images/psB_02.png) no-repeat center top;
    background-size: 76% auto;
    float: right;
    padding-top: 5.6rem;
    background-position-y: 1rem;
}

.proShow .right .line_4 .call_2 .sub_left li {
    line-height: 150%;
    background: url(/template/images/psB_01.png) no-repeat center left;
    background-size: 0.58rem auto;
    padding: 0.2rem 0;
    padding-left: 9%;
}

.proShow .right .line_4 .call_2 .sub_right .rxBox {
    background: #fff;
    border: 0.05rem solid #005037;
    line-height: 150%;
    border-radius: 0.3rem;
    padding: 0.2rem 0.3rem;
}

.proShow .right .line_4 .call_2 .sub_right span {
    font-weight: bold;
    color: #005037;
    font-size: 0.6rem;
    display: block;
}

.pro_shareTxt .psTB_2 {
    width: 100% !important;
    max-width: 100% !important;
}

.pro_shareTxt .psTB_2 tr {
}

.pro_shareTxt .psTB_2 td {
    height: auto !important;
    width: auto !important;
}

.pro_shareTxt .psTB_2 tr:first-child td {
    background-color: #d7e3df !important;
    font-weight: bold !important;
}

.pro_shareTxt .psTB_2 td:nth-child(1) {
    width: 45% !important;
    max-width: 45% !important;
}

.pro_shareTxt .psTB_5 {
    margin-bottom: 28px;
}

.pro_shareTxt .psTB_5, .pro_shareTxt .psTB_5 td {
    border: 0 !important;
}

.pro_shareTxt .psTB_5 tr:first-child {
    font-size: 0.8rem !important;
    font-weight: bold !important;
    line-height: 1.5rem !important;
}

.pro_shareTxt .psTB_5 tr:first-child img {
    vertical-align: middle;
    position: relative;
    margin-right: 0.1rem;
    top: -0.1rem;
}

.in_case {
}

.in_case .psTitle {
    display: none;
}

.in_new .ul_1 {
    padding-top: 1rem;
}

.in_new .right {
    padding-top: 0.8rem;
    box-shadow: none;
}

.xgCase .newListBox .item {
    max-width: 97.5%;
}

.nBody {
}

.nBody .newListBox {
}

.nBody .newListBox .item {
    position: relative;
    border: 0;
    padding: 0;
    border-bottom: 0.05rem dashed #ccc;
    margin-bottom: 0.8rem;
    padding-bottom: 0.9rem;
    width: 100%;
    max-width: 98%;
}

.newType .sContent .subBox {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.newType {
}

.newType .sContent .subBox .lineBox {
    float: left;
    width: 100%;
    max-width: 31.5%;
    border: 0.05rem solid #ddd;
    background: #f7f7f7;
    margin-left: 1%;
    margin-bottom: 0.2rem;
}

.newType .sContent .subBox .bigType {
    line-height: 2rem;
}

.newType .sContent .subBox .bigType a span {
    font-size: 0.7rem;
    background-size: 0.9rem auto !important;
    background-position-x: 8% !important;
    padding-left: 28%;
}

.in_new .right .psTitle {
    display: none;
}

.in_new .left {
    box-shadow: none;
}






.nBody .newListBox .item .sub_left {
    position: unset;
    padding-top: 2.3rem;
    width: 100%;
    max-width: 39%;
}

.nBody .newListBox .item .sub_right {
    padding-top: 2.3rem;
    width: 100%;
    max-width: 58%;
}

.nBody .newListBox .item .sub_right .two {
    position: absolute;
    top: 1.1rem;
    width: 100%;
    max-width: 100%;
    left: 0;
    font-size: 0.55rem;
    line-height: 1rem;
    padding: 0;
}

.nBody .item .sub_left .typeTxt {
    background: none;
    color: #f12c11;
    padding: 0;
    line-height: unset;
    font-weight: normal;
    font-size: 0.7rem;
    min-height: auto;
    padding-right: 2%;
    border-right: 0.05rem solid #f78474;
    line-height: 1rem;
}

.nBody .newListBox .item .sub_right .one {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 75%;
    left: 25%;
    line-height: 1rem;
    font-size: 0.75rem;
}

.nBody .newListBox .item .sub_right .three {
    -webkit-line-clamp: 4;
    /* position: relative; */
    text-align: justify;
}

.nBody .newListBox .item .sub_right .three a {
    position: absolute;
    top: 6.3rem;
    right: 2%;
    font-size: 0.65rem;
}

.nBody .newListBox .item .sub_right .four {
    display: none;
}

.nBody .in_new .right {
    padding-top: 1rem;
}

.nBody .newListBox .item .sub_right .two span:first-child {
    display: inline-block;
    padding-left: 0;
}

.nBody .newListBox .item .sub_right .two span {
    padding-left: 0.9rem;
    margin-right: 3%;
}

.nBody .newListBox .item .sub_right .two span:nth-child(2) {
    background: url(/template/images/e_01.png) no-repeat center left;
    background-size: auto 0.6rem;
}

.nBody .newListBox .item .sub_right .two span:nth-child(3) {
    background: url(/template/images/e_02.png) no-repeat center left;
    background-size: auto 0.45rem;
}

.nBody .newListBox .item:last-child {
    border: 0;
    padding-bottom: 0;
}

.newShow .left {
    display: none;
}

.newShow .right {
    padding-top: 1rem;
}

.newShow .psTitle {
    line-height: 130%;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background: #eee;
    padding: 0.5rem 0;
    padding-bottom: 0.2rem;
}

.newShow .psTitle .sub_left {
    float: left;
    padding-left: 1.3rem;
    background: url(/template/images/newIco2.png) no-repeat center left;
    background-size: 0.8rem auto;
    background-position-x: 3%;
    background-position-y: 0.2rem;
}

.newShow .psTitle .sub_left .cn {
    font-size: 0.8rem;
    font-weight: bold;
}

.newShow .psTitle .sub_left .en {
    font-size: 0.35rem;
    text-transform: uppercase;
}

.newShow .newBox .line_2 .two dd:last-child a {
    line-height: 1.5rem;
    padding-right: 15%;
    background: url(/template/images/jt.png) no-repeat center right;
    background-size: 0.9rem auto;
    display: block;
}

.newShow .newBox .line_2 .two dd:nth-child(4) {
    padding-right: 0;
}

.xgPro .dl_6 dd:nth-child(3) {
    display: none;
}

.prev_next li:last-child {
    margin: 0;
}

.newShow .newBox .line_5 {
    line-height: 200%;
}

.aboutListBox {
}

.aboutListBox .item {
    float: left;
    width: 100%;
    max-width: 45.5%;
    border: 0.05rem solid #ddd;
    padding: 0.2rem;
    margin-left: 1%;
    margin-bottom: 0.3rem;
    text-align: center;
    font-size: 0.6rem;
}

.aboutListBox .item .txt {
    line-height: 1.2rem;
    padding-top: 0.2rem;
}

.aboutListBox .item .pic_7 {
    height: 10rem;
}

.aboutListBox .item .pic_6, .aboutListBox .item .pic_4, .aboutListBox .item .pic_15, .aboutListBox .item .pic_16 {
    height: 5rem;
}

.aboutListBox .item .pic_3 {
    height: 3.5rem;
}

.noInfor a {
    color: #f00;
}

.aboutShow {
}


.aboutShow .newMainBox {
    padding-bottom: 1.5rem;
}

.aboutShow .psTitle .sub_left {
    background-size: 0.8rem auto !important;
    background-position-x: 5% !important;
    background-position-y: 0.2rem !important;

}










.webSiteMap {
    color: #1f4072;
    padding: 1.5rem 0;
    padding-bottom: 0;
}

.webSiteMap .title {
    line-height: 2rem;
}

.webSiteMap .title a {
	width: 100%;
	max-width: 48.5%;
	text-align: center;
	background: url(/template/images/sm_01.png) repeat-x;
	background-size: 100% 100%;
	color: #1f4072;
	vertical-align: top;
	float: left;
	margin-left: 1%;
}

.webSiteMap .content {
    padding-top: 1rem;
}

.webSiteMap .content .sTxt {
    line-height: 200%;
    padding: 0.3rem 2%;
    padding-bottom: 1.3rem;
}

.webSiteMap .content .sTxt a {
    color: #005037;
    margin: 0 1%;
}

.webSiteMap .title a:hover,.webSiteMap .title a:nth-child(1) {
    background: url(/template/images/sm_2.png) repeat-x;
	background-size: 100% 100%;
    font-weight: bold;
}

.webSiteMap .content .sTitle {
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}


.webSiteMap .content .sTitle a {
    height: 2rem;
    width: 100%;
    max-width: 45%;
    line-height: 1.9rem;
    background: url(/template/images/smNav_02.png) no-repeat;
    background-size: 100% auto;
    display: block;
    text-align: center;
}


.webSiteMap .content .sTitle strong {
    color: #ffd3a8;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff5e6), to(#ffd3a8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.webSiteMap .content .sTxt div {
    padding-bottom: 0.8rem;
}

.webSiteMap .content .sTxt div.box_4 {
    padding-bottom: 0;
}

.webSiteMap .content .sTxt a:hover {
    font-weight: bold;
}


.searchBox {
    padding: 0;
}

.searchBox .left {
    display: none;
}

.sBody {}

.sBody .iLiuCheng {
    display: none;
}

.indexBody .about .content .box_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    position: relative;
}

.indexBody {}

.indexBody .about .content .box_1 .more {
    position: absolute;
    bottom: 0rem;
    right: 0;
    color: #f00;
    display: inline-block;
}





.fenBu {
    padding: 1.5rem 0;
}

.fenBu .content {
    padding-top: 1rem;
}

.fenBu .content li {
    float: left;
    width: 100%;
    max-width: 23.8%;
    margin-left: 1%;
    text-align: center;
    margin-bottom: 0.3rem;
}

.fenBu .content li .txt {
    line-height: 1.5rem;
}

.fenBu .content li:last-child {
	display: none;
}


.fenBu .dzTel {
	display: none;
}

.fenBu .center {
    position: relative;
}





.fengCai {
}

.fengCai .content {
    padding-top: 0.5rem;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.fengCai .content .listBox {
    display: none;
}

.fengCai .content .listBox li {
    float:left;
    width: 100%;
    max-width: 49%;
    border-radius: 0.3rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
    margin-right: 2%;
}

.fengCai .content .listBox li:first-child {
    float: left;
	width: 100%;
	max-width: 100%;
}

.fengCai .content .listBox li:last-child {
	display: none;
}

.fengCai .content .listBox li img {
    width: 100%;
    max-width: 100%;
}

.fengCai .content #ListBox_1 {
    display: block;
}

.fengCai .shareTitle {
    margin-bottom: 1rem;
}





.newShareTitle {
    line-height: 1.5rem;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.newShareTitle a {
	float: left;
	font-size: 0.7rem;
	width: 100%;
	max-width: 23.5%;
	padding-left: 8%;
	margin-left: 1%;
	border: 0.05rem solid #ddd;
	background-size: 0.6rem auto !important;
	background-position-x: 9% !important;
	margin-bottom: 0.3rem;
}




.newShareTitle a:nth-child(1) {
    background: url(/template/images/xw_01.png) no-repeat center left;
    background-size: 0.6rem auto;
}

.newShareTitle a:nth-child(2) {
    background: url(/template/images/xw_02.png) no-repeat center left;
    background-size: 0.5rem auto !important;
    background-position-x: 10% !important;
}

.newShareTitle a:nth-child(3) {
    background: url(/template/images/xw_03.png) no-repeat center left;
    background-size: 0.6rem auto;
}

.newShareTitle a:nth-child(4) {
    background: url(/template/images/xw_04.png) no-repeat center left;
    background-size: 0.55rem auto !important;
}

.newShareTitle a:nth-child(5) {
    background: url(/template/images/xw_05.png) no-repeat center left;
    background-size: 0.6rem auto;
}

.newShareTitle a:nth-child(6) {
    background: url(/template/images/xw_06.png) no-repeat center left;
    background-size: 0.6rem auto;
}

.newShareTitle a:hover, .newShareTitle a.HCss {
    color: #005037;
}

.newShareTitle a:nth-child(1):hover, .newShareTitle a:nth-child(1).HCss {
    background: url(/template/images/xwH_01.png) no-repeat center left;
    background-size: 0.6rem auto;
}

.newShareTitle a:nth-child(2):hover, .newShareTitle a:nth-child(2).HCss {
    background: url(/template/images/xwH_02.png) no-repeat center left;
    background-size: 0.6rem auto;
}

.newShareTitle a:nth-child(3):hover, .newShareTitle a:nth-child(3).HCss {
    background: url(/template/images/xwH_03.png) no-repeat center left;
    background-size: 0.6rem auto;
}

.newShareTitle a:nth-child(4):hover, .newShareTitle a:nth-child(4).HCss {
    background: url(/template/images/xwH_04.png) no-repeat center left;
    background-size: 0.6rem auto;
}

.newShareTitle a:nth-child(5):hover, .newShareTitle a:nth-child(5).HCss {
    background: url(/template/images/xwH_05.png) no-repeat center left;
    background-size: 0.6rem auto;
}

.newShareTitle a:nth-child(6):hover, .newShareTitle a:nth-child(6).HCss {
    background: url(/template/images/xwH_06.png) no-repeat center left;
    background-size: 0.6rem auto;
}

.fengCai .content .listBox li:nth-child(3) {
    margin-right: 0;
}

.in_about .about {
    padding-bottom: 0.5rem;
}

.in_about .iJiShu {
    display: none;
}

.in_about .iLiuCheng {
    display: block;
}



.in_contact {
    padding: 1.5rem 0;
}

.in_contact .content {
    padding-top: 1rem;
}

.in_contact .content .sBox {
    padding: 0 2%;
    padding-bottom: 1rem;
}

.in_contact .content .sBox .one {
    font-size: 0.8rem;
    line-height: 1.5rem;
    margin-bottom: 0.3rem;
    background: url(/template/images/line5.png) no-repeat left bottom;
}

.in_contact .content .sBox .two {
    line-height: 1.6rem;
    padding-left: 7%;
}

.in_contact .content .sBox .box_1 .two {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 0.05rem dashed #ccc;
    background: url(/template/images/ico_01.png) no-repeat;
    background-size: 0.6rem auto;
    background-position-y: 0.5rem;
}

.in_contact .content .sBox .box_2 .two {
    background: url(/template/images/ico_02.png) no-repeat;
    background-size: 0.6rem auto;
    background-position-y: 0.5rem;
}


.bdMap {
    width: 100%;
    max-width: 100%;
    height: 15rem !important;
}

.tagList .subTxt {
    padding: 0 3%;
    line-height: 200%;
    padding-bottom: 1rem;
    text-indent: 2em;
    color: #333;
    text-align: justify;
}

.tagMain .tagList_2 {
    padding-top: 1rem;
}

.newBody {}

.tagList .sTitle {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    padding-bottom: 0.8rem;
}

.tagList .sTitle h2 {
    font-size: 1rem;
    display: inline-block;
    margin: 0;
    margin-right: 0.2rem;
    vertical-align: top;
    color: #005037;
}

.searchBox .right .psTitle .sub_left .cn {
    font-weight: bold;
    font-size: 1rem;
}





.page404 {
    padding: 1.5rem 2%;
    font-weight: bold;
    line-height: 200%;
    padding-top: 7rem;
    background: url(/template/images/404.jpg) no-repeat center top;
    background-size: 100% auto;
    background-position-y: -13%;
}

.page404 .line_1 {
    padding-bottom: 1rem;
    position: relative;
}

.page404 .line_2 {
    color: #005037;
}


.page404 .line_1 font {
    display: none;
}

.page404 .line_1 strong {
    position: absolute;
    font-size: 3.8rem;
    top: -4rem;
    left: 29%;
    color: #385fa7;
    font-family: 'Impact';
    font-weight: normal;
}</pre></body></html>